#B19EEC

Color #B19EEC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B19EEC

Tints of Biloba Flower #B19EEC

Color information

#B19EEC (or 0xB19EEC) is unknown color: approx Biloba Flower. HEX triplet: B1, 9E and EC. RGB value is (177,158,236). Sum of RGB (Red+Green+Blue) = 177+158+236=571 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.00% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #B19EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19EEC is #4E6113. Grayscale: #ACACAC. Windows color (decimal): -5136660 or 15507121. OLE color: 15507121.

HSL color Cylindrical-coordinate representation of color #B19EEC: hue angle of 254.62º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19EEC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177158236-
CMYK0.250.3300.07
HSL254.62º67.24%77.25%-
HSV(B)254.62º33.05%92.55%-
XYZ45.539.8684.65-
YUV172.57163.79131.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 31.00%
GREEN value IS 158 (62.11% from 255) = 27.67%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=31.00%
G=27.67%
B=41.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771582360.250.3300.07254.6267.2477.25
HexB19EEC192107ff434d
Octal261236354314107377103115
Binary1011000110011110111011001100110000101111111111110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EEC; }

 p { color: rgb(177,158,236); }

 H1.HeaderClassName
 {
   color: #B19EEC;
 }
 .AnyTagClassName
 {
   color: #B19EEC;
 }
</style>
background-color css

<style>
 a { background-color: #B19EEC; }

 a { background-color: rgb(177,158,236); }

 div.DivClassName
 {
   background-color: #B19EEC;
 }
 .BgClassName
 {
   background-color: #B19EEC;
 }
</style>
border-color css

<style>
 span { border-color: #B19EEC; }

 span { border-color: rgb(177,158,236); }

 td.TdClassName
 {
   border-color: #B19EEC;
 }
 .TagClassName
 {
   border-color: #B19EEC;
 }
</style>