Shades of Biloba Flower #B09ECC
Tints of Biloba Flower #B09ECC
RGB
CMYK
RGB Variations
Color information
#B09ECC (or 0xB09ECC) is known color: Biloba Flower. HEX triplet: B0, 9E and CC. RGB value is (176,158,204). Sum of RGB (Red+Green+Blue) = 176+158+204=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #B09ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ECC is #4F6133. Grayscale: #A8A8A8. Windows color (decimal): -5202228 or 13409968. OLE color: 13409968.
HSL color Cylindrical-coordinate representation of color #B09ECC: hue angle of 263.48º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B09ECC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 158 | 204 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.2 |
| HSL | 263.48º | 0.31% | 0.71% | - |
| HSV(B) | 263.48º | 0.23% | 0.8% | - |
| XYZ | 41.03 | 38.04 | 62.31 | - |
| YUV | 168.63 | 147.96 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 204 | 0.14 | 0.23 | 0 | 0.2 | 263.48 | 0.31 | 0.71 |
| Hex | B0 | 9E | CC | E | 17 | 0 | 14 | 107 | 1F | 47 |
| Octal | 260 | 236 | 314 | 16 | 27 | 0 | 24 | 407 | 37 | 107 |
| Binary | 10110000 | 10011110 | 11001100 | 1110 | 10111 | 0 | 10100 | 100000111 | 11111 | 1000111 |
Color Harmonies of #B09ECC
Complementary color
Monochromatic Colors of #B09ECC
Black with #B09ECC
Text Example
Text Example
White with #B09ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09ECC; }
p { color: rgb(176,158,204); }
H1.HeaderClassName
{
color: #B09ECC;
}
.AnyTagClassName
{
color: #B09ECC;
}
</style>
background-color css
<style>
a { background-color: #B09ECC; }
a { background-color: rgb(176,158,204); }
div.DivClassName
{
background-color: #B09ECC;
}
.BgClassName
{
background-color: #B09ECC;
}
</style>
border-color css
<style>
span { border-color: #B09ECC; }
span { border-color: rgb(176,158,204); }
td.TdClassName
{
border-color: #B09ECC;
}
.TagClassName
{
border-color: #B09ECC;
}
</style>