Shades of Biloba Flower #B09BCE
Tints of Biloba Flower #B09BCE
RGB
CMYK
RGB Variations
Color information
#B09BCE (or 0xB09BCE) is known color: Biloba Flower. HEX triplet: B0, 9B and CE. RGB value is (176,155,206). Sum of RGB (Red+Green+Blue) = 176+155+206=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #B09BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BCE is #4F6431. Grayscale: #A6A6A6. Windows color (decimal): -5202994 or 13540272. OLE color: 13540272.
HSL color Cylindrical-coordinate representation of color #B09BCE: hue angle of 264.71º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B09BCE is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 155 | 206 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.19 |
| HSL | 264.71º | 0.34% | 0.71% | - |
| HSV(B) | 264.71º | 0.25% | 0.81% | - |
| XYZ | 40.77 | 37.13 | 63.41 | - |
| YUV | 167.09 | 149.96 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 206 | 0.15 | 0.25 | 0 | 0.19 | 264.71 | 0.34 | 0.71 |
| Hex | B0 | 9B | CE | F | 19 | 0 | 13 | 109 | 22 | 47 |
| Octal | 260 | 233 | 316 | 17 | 31 | 0 | 23 | 411 | 42 | 107 |
| Binary | 10110000 | 10011011 | 11001110 | 1111 | 11001 | 0 | 10011 | 100001001 | 100010 | 1000111 |
Color Harmonies of #B09BCE
Complementary color
Monochromatic Colors of #B09BCE
Black with #B09BCE
Text Example
Text Example
White with #B09BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BCE; }
p { color: rgb(176,155,206); }
H1.HeaderClassName
{
color: #B09BCE;
}
.AnyTagClassName
{
color: #B09BCE;
}
</style>
background-color css
<style>
a { background-color: #B09BCE; }
a { background-color: rgb(176,155,206); }
div.DivClassName
{
background-color: #B09BCE;
}
.BgClassName
{
background-color: #B09BCE;
}
</style>
border-color css
<style>
span { border-color: #B09BCE; }
span { border-color: rgb(176,155,206); }
td.TdClassName
{
border-color: #B09BCE;
}
.TagClassName
{
border-color: #B09BCE;
}
</style>