#B09CDE

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

Shades of Biloba Flower #B09CDE

Tints of Biloba Flower #B09CDE

Color information

#B09CDE (or 0xB09CDE) is unknown color: approx Biloba Flower. HEX triplet: B0, 9C and DE. RGB value is (176,156,222). Sum of RGB (Red+Green+Blue) = 176+156+222=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #B09CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CDE is #4F6321. Grayscale: #A9A9A9. Windows color (decimal): -5202722 or 14589104. OLE color: 14589104.

HSL color Cylindrical-coordinate representation of color #B09CDE: hue angle of 258.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09CDE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176156222-
CMYK0.210.3000.13
HSL258.18º50%74.12%-
HSV(B)258.18º29.73%87.06%-
XYZ42.9838.2874.23-
YUV169.5157.63132.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 222 (87.11% from 255) = 40.07%
R=31.77%
G=28.16%
B=40.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761562220.210.3000.13258.185074.12
HexB09CDE151E0D102324a
Octal260234336253601540262112
Binary1011000010011100110111101010111110011011000000101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CDE; }

 p { color: rgb(176,156,222); }

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

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

 a { background-color: rgb(176,156,222); }

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

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

 span { border-color: rgb(176,156,222); }

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