#B09CCA

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

Shades of Biloba Flower #B09CCA

Tints of Biloba Flower #B09CCA

Color information

#B09CCA (or 0xB09CCA) is unknown color: approx Biloba Flower. HEX triplet: B0, 9C and CA. RGB value is (176,156,202). Sum of RGB (Red+Green+Blue) = 176+156+202=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #B09CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CCA is #4F6335. Grayscale: #A7A7A7. Windows color (decimal): -5202742 or 13278384. OLE color: 13278384.

HSL color Cylindrical-coordinate representation of color #B09CCA: hue angle of 266.09º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09CCA is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176156202-
CMYK0.130.2300.21
HSL266.09º30.26%70.2%-
HSV(B)266.09º22.77%79.22%-
XYZ40.4537.2760.94-
YUV167.22147.63134.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=32.96%
G=29.21%
B=37.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761562020.130.2300.21266.0930.2670.2
HexB09CCAD1701510a1e46
Octal260234312152702541236106
Binary101100001001110011001010110110111010101100001010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CCA; }

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

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

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

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

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

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

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

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