#B19EED

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

Shades of Biloba Flower #B19EED

Tints of Biloba Flower #B19EED

Color information

#B19EED (or 0xB19EED) is unknown color: approx Biloba Flower. HEX triplet: B1, 9E and ED. RGB value is (177,158,237). Sum of RGB (Red+Green+Blue) = 177+158+237=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #B19EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19EED is #4E6112. Grayscale: #ACACAC. Windows color (decimal): -5136659 or 15572657. OLE color: 15572657.

HSL color Cylindrical-coordinate representation of color #B19EED: hue angle of 254.43º degrees, saturation: 0.69, 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 #B19EED is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177158237-
CMYK0.250.3300.07
HSL254.43º68.7%77.45%-
HSV(B)254.43º33.33%92.94%-
XYZ45.6439.9285.42-
YUV172.69164.29131.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.94%
GREEN value IS 158 (62.11% from 255) = 27.62%
BLUE value IS 237 (92.97% from 255) = 41.43%
R=30.94%
G=27.62%
B=41.43%

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
Decimal1771582370.250.3300.07254.4368.777.45
HexB19EED192107fe454d
Octal261236355314107376105115
Binary1011000110011110111011011100110000101111111111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EED; }

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

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

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

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

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

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

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

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