Shades of Biloba Flower #B09BCB
Tints of Biloba Flower #B09BCB
RGB
CMYK
RGB Variations
Color information
#B09BCB (or 0xB09BCB) is known color: Biloba Flower. HEX triplet: B0, 9B and CB. RGB value is (176,155,203). Sum of RGB (Red+Green+Blue) = 176+155+203=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #B09BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BCB is #4F6434. Grayscale: #A6A6A6. Windows color (decimal): -5202997 or 13343664. OLE color: 13343664.
HSL color Cylindrical-coordinate representation of color #B09BCB: hue angle of 266.25º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B09BCB is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 155 | 203 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.20 |
| HSL | 266.25º | 0.32% | 0.7% | - |
| HSV(B) | 266.25º | 0.24% | 0.8% | - |
| XYZ | 40.41 | 36.98 | 61.51 | - |
| YUV | 166.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 203 | 0.13 | 0.24 | 0 | 0.20 | 266.25 | 0.32 | 0.7 |
| Hex | B0 | 9B | CB | D | 18 | 0 | 14 | 10A | 20 | 46 |
| Octal | 260 | 233 | 313 | 15 | 30 | 0 | 24 | 412 | 40 | 106 |
| Binary | 10110000 | 10011011 | 11001011 | 1101 | 11000 | 0 | 10100 | 100001010 | 100000 | 1000110 |
Color Harmonies of #B09BCB
Complementary color
Monochromatic Colors of #B09BCB
Black with #B09BCB
Text Example
Text Example
White with #B09BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BCB; }
p { color: rgb(176,155,203); }
H1.HeaderClassName
{
color: #B09BCB;
}
.AnyTagClassName
{
color: #B09BCB;
}
</style>
background-color css
<style>
a { background-color: #B09BCB; }
a { background-color: rgb(176,155,203); }
div.DivClassName
{
background-color: #B09BCB;
}
.BgClassName
{
background-color: #B09BCB;
}
</style>
border-color css
<style>
span { border-color: #B09BCB; }
span { border-color: rgb(176,155,203); }
td.TdClassName
{
border-color: #B09BCB;
}
.TagClassName
{
border-color: #B09BCB;
}
</style>