Shades of Biloba Flower #B09DCE
Tints of Biloba Flower #B09DCE
RGB
CMYK
RGB Variations
Color information
#B09DCE (or 0xB09DCE) is known color: Biloba Flower. HEX triplet: B0, 9D and CE. RGB value is (176,157,206). Sum of RGB (Red+Green+Blue) = 176+157+206=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #B09DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DCE is #4F6231. Grayscale: #A8A8A8. Windows color (decimal): -5202482 or 13540784. OLE color: 13540784.
HSL color Cylindrical-coordinate representation of color #B09DCE: hue angle of 263.27º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09DCE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 157 | 206 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.19 |
| HSL | 263.27º | 0.33% | 0.71% | - |
| HSV(B) | 263.27º | 0.24% | 0.81% | - |
| XYZ | 41.1 | 37.8 | 63.52 | - |
| YUV | 168.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 206 | 0.15 | 0.24 | 0 | 0.19 | 263.27 | 0.33 | 0.71 |
| Hex | B0 | 9D | CE | F | 18 | 0 | 13 | 107 | 21 | 47 |
| Octal | 260 | 235 | 316 | 17 | 30 | 0 | 23 | 407 | 41 | 107 |
| Binary | 10110000 | 10011101 | 11001110 | 1111 | 11000 | 0 | 10011 | 100000111 | 100001 | 1000111 |
Color Harmonies of #B09DCE
Complementary color
Monochromatic Colors of #B09DCE
Black with #B09DCE
Text Example
Text Example
White with #B09DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09DCE; }
p { color: rgb(176,157,206); }
H1.HeaderClassName
{
color: #B09DCE;
}
.AnyTagClassName
{
color: #B09DCE;
}
</style>
background-color css
<style>
a { background-color: #B09DCE; }
a { background-color: rgb(176,157,206); }
div.DivClassName
{
background-color: #B09DCE;
}
.BgClassName
{
background-color: #B09DCE;
}
</style>
border-color css
<style>
span { border-color: #B09DCE; }
span { border-color: rgb(176,157,206); }
td.TdClassName
{
border-color: #B09DCE;
}
.TagClassName
{
border-color: #B09DCE;
}
</style>