Shades of Biloba Flower #B09BEC
Tints of Biloba Flower #B09BEC
RGB
CMYK
RGB Variations
Color information
#B09BEC (or 0xB09BEC) is known color: Biloba Flower. HEX triplet: B0, 9B and EC. RGB value is (176,155,236). Sum of RGB (Red+Green+Blue) = 176+155+236=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #B09BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B09BEC is #4F6413. Grayscale: #AAAAAA. Windows color (decimal): -5202964 or 15506352. OLE color: 15506352.
HSL color Cylindrical-coordinate representation of color #B09BEC: hue angle of 255.56º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B09BEC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 155 | 236 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.07 |
| HSL | 255.56º | 0.68% | 0.77% | - |
| HSV(B) | 255.56º | 0.34% | 0.93% | - |
| XYZ | 44.77 | 38.73 | 84.47 | - |
| YUV | 170.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 155 | 236 | 0.25 | 0.34 | 0 | 0.07 | 255.56 | 0.68 | 0.77 |
| Hex | B0 | 9B | EC | 19 | 22 | 0 | 7 | 100 | 44 | 4D |
| Octal | 260 | 233 | 354 | 31 | 42 | 0 | 7 | 400 | 104 | 115 |
| Binary | 10110000 | 10011011 | 11101100 | 11001 | 100010 | 0 | 111 | 100000000 | 1000100 | 1001101 |
Color Harmonies of #B09BEC
Complementary color
Monochromatic Colors of #B09BEC
Black with #B09BEC
Text Example
Text Example
White with #B09BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09BEC; }
p { color: rgb(176,155,236); }
H1.HeaderClassName
{
color: #B09BEC;
}
.AnyTagClassName
{
color: #B09BEC;
}
</style>
background-color css
<style>
a { background-color: #B09BEC; }
a { background-color: rgb(176,155,236); }
div.DivClassName
{
background-color: #B09BEC;
}
.BgClassName
{
background-color: #B09BEC;
}
</style>
border-color css
<style>
span { border-color: #B09BEC; }
span { border-color: rgb(176,155,236); }
td.TdClassName
{
border-color: #B09BEC;
}
.TagClassName
{
border-color: #B09BEC;
}
</style>