Shades of Biloba Flower #B0A6BD
Tints of Biloba Flower #B0A6BD
RGB
CMYK
RGB Variations
Color information
#B0A6BD (or 0xB0A6BD) is known color: Biloba Flower. HEX triplet: B0, A6 and BD. RGB value is (176,166,189). Sum of RGB (Red+Green+Blue) = 176+166+189=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 166 (65.23% from 255 or 31.26% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0A6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A6BD is #4F5942. Grayscale: #ABABAB. Windows color (decimal): -5200195 or 12428976. OLE color: 12428976.
HSL color Cylindrical-coordinate representation of color #B0A6BD: hue angle of 266.09º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0A6BD is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 166 | 189 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.26 |
| HSL | 266.09º | 0.15% | 0.7% | - |
| HSV(B) | 266.09º | 0.12% | 0.74% | - |
| XYZ | 40.73 | 40.18 | 53.75 | - |
| YUV | 171.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 189 | 0.07 | 0.12 | 0 | 0.26 | 266.09 | 0.15 | 0.7 |
| Hex | B0 | A6 | BD | 7 | C | 0 | 1A | 10A | F | 46 |
| Octal | 260 | 246 | 275 | 7 | 14 | 0 | 32 | 412 | 17 | 106 |
| Binary | 10110000 | 10100110 | 10111101 | 111 | 1100 | 0 | 11010 | 100001010 | 1111 | 1000110 |
Color Harmonies of #B0A6BD
Complementary color
Monochromatic Colors of #B0A6BD
Black with #B0A6BD
Text Example
Text Example
White with #B0A6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A6BD; }
p { color: rgb(176,166,189); }
H1.HeaderClassName
{
color: #B0A6BD;
}
.AnyTagClassName
{
color: #B0A6BD;
}
</style>
background-color css
<style>
a { background-color: #B0A6BD; }
a { background-color: rgb(176,166,189); }
div.DivClassName
{
background-color: #B0A6BD;
}
.BgClassName
{
background-color: #B0A6BD;
}
</style>
border-color css
<style>
span { border-color: #B0A6BD; }
span { border-color: rgb(176,166,189); }
td.TdClassName
{
border-color: #B0A6BD;
}
.TagClassName
{
border-color: #B0A6BD;
}
</style>