Shades of Biloba Flower #B0A6D1
Tints of Biloba Flower #B0A6D1
RGB
CMYK
RGB Variations
Color information
#B0A6D1 (or 0xB0A6D1) is known color: Biloba Flower. HEX triplet: B0, A6 and D1. RGB value is (176,166,209). Sum of RGB (Red+Green+Blue) = 176+166+209=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #B0A6D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A6D1 is #4F592E. Grayscale: #ADADAD. Windows color (decimal): -5200175 or 13739696. OLE color: 13739696.
HSL color Cylindrical-coordinate representation of color #B0A6D1: hue angle of 253.95º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0A6D1 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 166 | 209 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.18 |
| HSL | 253.95º | 0.32% | 0.74% | - |
| HSV(B) | 253.95º | 0.21% | 0.82% | - |
| XYZ | 43.05 | 41.11 | 65.99 | - |
| YUV | 173.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 209 | 0.16 | 0.21 | 0 | 0.18 | 253.95 | 0.32 | 0.74 |
| Hex | B0 | A6 | D1 | 10 | 15 | 0 | 12 | FE | 20 | 4A |
| Octal | 260 | 246 | 321 | 20 | 25 | 0 | 22 | 376 | 40 | 112 |
| Binary | 10110000 | 10100110 | 11010001 | 10000 | 10101 | 0 | 10010 | 11111110 | 100000 | 1001010 |
Color Harmonies of #B0A6D1
Complementary color
Monochromatic Colors of #B0A6D1
Black with #B0A6D1
Text Example
Text Example
White with #B0A6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A6D1; }
p { color: rgb(176,166,209); }
H1.HeaderClassName
{
color: #B0A6D1;
}
.AnyTagClassName
{
color: #B0A6D1;
}
</style>
background-color css
<style>
a { background-color: #B0A6D1; }
a { background-color: rgb(176,166,209); }
div.DivClassName
{
background-color: #B0A6D1;
}
.BgClassName
{
background-color: #B0A6D1;
}
</style>
border-color css
<style>
span { border-color: #B0A6D1; }
span { border-color: rgb(176,166,209); }
td.TdClassName
{
border-color: #B0A6D1;
}
.TagClassName
{
border-color: #B0A6D1;
}
</style>