#B09EED

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

Shades of Biloba Flower #B09EED

Tints of Biloba Flower #B09EED

Color information

#B09EED (or 0xB09EED) is unknown color: approx Biloba Flower. HEX triplet: B0, 9E and ED. RGB value is (176,158,237). Sum of RGB (Red+Green+Blue) = 176+158+237=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #B09EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09EED is #4F6112. Grayscale: #ACACAC. Windows color (decimal): -5202195 or 15572656. OLE color: 15572656.

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

Color convert

RGB176158237-
CMYK0.260.3300.07
HSL253.67º68.7%77.45%-
HSV(B)253.67º33.33%92.94%-
XYZ45.4239.885.41-
YUV172.39164.46130.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.82%
GREEN value IS 158 (62.11% from 255) = 27.67%
BLUE value IS 237 (92.97% from 255) = 41.51%
R=30.82%
G=27.67%
B=41.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761582370.260.3300.07253.6768.777.45
HexB09EED1A2107fe454d
Octal260236355324107376105115
Binary1011000010011110111011011101010000101111111111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09EED; }

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

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

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

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

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

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

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

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