Shades of Biloba Flower #B0A6D0
Tints of Biloba Flower #B0A6D0
RGB
CMYK
RGB Variations
Color information
#B0A6D0 (or 0xB0A6D0) is known color: Biloba Flower. HEX triplet: B0, A6 and D0. RGB value is (176,166,208). Sum of RGB (Red+Green+Blue) = 176+166+208=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #B0A6D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A6D0 is #4F592F. Grayscale: #ADADAD. Windows color (decimal): -5200176 or 13674160. OLE color: 13674160.
HSL color Cylindrical-coordinate representation of color #B0A6D0: hue angle of 254.29º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0A6D0 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 166 | 208 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.18 |
| HSL | 254.29º | 0.31% | 0.73% | - |
| HSV(B) | 254.29º | 0.2% | 0.82% | - |
| XYZ | 42.93 | 41.06 | 65.34 | - |
| YUV | 173.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 208 | 0.15 | 0.20 | 0 | 0.18 | 254.29 | 0.31 | 0.73 |
| Hex | B0 | A6 | D0 | F | 14 | 0 | 12 | FE | 1F | 49 |
| Octal | 260 | 246 | 320 | 17 | 24 | 0 | 22 | 376 | 37 | 111 |
| Binary | 10110000 | 10100110 | 11010000 | 1111 | 10100 | 0 | 10010 | 11111110 | 11111 | 1001001 |
Color Harmonies of #B0A6D0
Complementary color
Monochromatic Colors of #B0A6D0
Black with #B0A6D0
Text Example
Text Example
White with #B0A6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A6D0; }
p { color: rgb(176,166,208); }
H1.HeaderClassName
{
color: #B0A6D0;
}
.AnyTagClassName
{
color: #B0A6D0;
}
</style>
background-color css
<style>
a { background-color: #B0A6D0; }
a { background-color: rgb(176,166,208); }
div.DivClassName
{
background-color: #B0A6D0;
}
.BgClassName
{
background-color: #B0A6D0;
}
</style>
border-color css
<style>
span { border-color: #B0A6D0; }
span { border-color: rgb(176,166,208); }
td.TdClassName
{
border-color: #B0A6D0;
}
.TagClassName
{
border-color: #B0A6D0;
}
</style>