Shades of Biloba Flower #B0A6C9
Tints of Biloba Flower #B0A6C9
RGB
CMYK
RGB Variations
Color information
#B0A6C9 (or 0xB0A6C9) is known color: Biloba Flower. HEX triplet: B0, A6 and C9. RGB value is (176,166,201). Sum of RGB (Red+Green+Blue) = 176+166+201=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0A6C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A6C9 is #4F5936. Grayscale: #ACACAC. Windows color (decimal): -5200183 or 13215408. OLE color: 13215408.
HSL color Cylindrical-coordinate representation of color #B0A6C9: hue angle of 257.14º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0A6C9 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 166 | 201 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.21 |
| HSL | 257.14º | 0.24% | 0.72% | - |
| HSV(B) | 257.14º | 0.17% | 0.79% | - |
| XYZ | 42.08 | 40.72 | 60.9 | - |
| YUV | 172.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 201 | 0.12 | 0.17 | 0 | 0.21 | 257.14 | 0.24 | 0.72 |
| Hex | B0 | A6 | C9 | C | 11 | 0 | 15 | 101 | 18 | 48 |
| Octal | 260 | 246 | 311 | 14 | 21 | 0 | 25 | 401 | 30 | 110 |
| Binary | 10110000 | 10100110 | 11001001 | 1100 | 10001 | 0 | 10101 | 100000001 | 11000 | 1001000 |
Color Harmonies of #B0A6C9
Complementary color
Monochromatic Colors of #B0A6C9
Black with #B0A6C9
Text Example
Text Example
White with #B0A6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A6C9; }
p { color: rgb(176,166,201); }
H1.HeaderClassName
{
color: #B0A6C9;
}
.AnyTagClassName
{
color: #B0A6C9;
}
</style>
background-color css
<style>
a { background-color: #B0A6C9; }
a { background-color: rgb(176,166,201); }
div.DivClassName
{
background-color: #B0A6C9;
}
.BgClassName
{
background-color: #B0A6C9;
}
</style>
border-color css
<style>
span { border-color: #B0A6C9; }
span { border-color: rgb(176,166,201); }
td.TdClassName
{
border-color: #B0A6C9;
}
.TagClassName
{
border-color: #B0A6C9;
}
</style>