#B09DE8

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

Shades of Biloba Flower #B09DE8

Tints of Biloba Flower #B09DE8

Color information

#B09DE8 (or 0xB09DE8) is unknown color: approx Biloba Flower. HEX triplet: B0, 9D and E8. RGB value is (176,157,232). Sum of RGB (Red+Green+Blue) = 176+157+232=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #B09DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09DE8 is #4F6217. Grayscale: #AAAAAA. Windows color (decimal): -5202456 or 15244720. OLE color: 15244720.

HSL color Cylindrical-coordinate representation of color #B09DE8: hue angle of 255.2º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B09DE8 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB176157232-
CMYK0.240.3200.09
HSL255.2º61.98%76.27%-
HSV(B)255.2º32.33%90.98%-
XYZ44.5339.1781.56-
YUV171.23162.29131.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 157 (61.72% from 255) = 27.79%
BLUE value IS 232 (91.02% from 255) = 41.06%
R=31.15%
G=27.79%
B=41.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1761572320.240.3200.09255.261.9876.27
HexB09DE8182009ff3e4c
Octal260235350304001137776114
Binary1011000010011101111010001100010000001001111111111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DE8; }

 p { color: rgb(176,157,232); }

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

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

 a { background-color: rgb(176,157,232); }

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

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

 span { border-color: rgb(176,157,232); }

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