Shades of Biloba Flower #B0A9BC
Tints of Biloba Flower #B0A9BC
RGB
CMYK
RGB Variations
Color information
#B0A9BC (or 0xB0A9BC) is known color: Biloba Flower. HEX triplet: B0, A9 and BC. RGB value is (176,169,188). Sum of RGB (Red+Green+Blue) = 176+169+188=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 169 (66.41% from 255 or 31.71% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 188 - color contains mainly: blue. Hex color #B0A9BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A9BC is #4F5643. Grayscale: #ADADAD. Windows color (decimal): -5199428 or 12364208. OLE color: 12364208.
HSL color Cylindrical-coordinate representation of color #B0A9BC: hue angle of 262.11º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0A9BC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 169 | 188 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.26 |
| HSL | 262.11º | 0.12% | 0.7% | - |
| HSV(B) | 262.11º | 0.1% | 0.74% | - |
| XYZ | 41.17 | 41.24 | 53.37 | - |
| YUV | 173.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 169 | 188 | 0.06 | 0.10 | 0 | 0.26 | 262.11 | 0.12 | 0.7 |
| Hex | B0 | A9 | BC | 6 | A | 0 | 1A | 106 | C | 46 |
| Octal | 260 | 251 | 274 | 6 | 12 | 0 | 32 | 406 | 14 | 106 |
| Binary | 10110000 | 10101001 | 10111100 | 110 | 1010 | 0 | 11010 | 100000110 | 1100 | 1000110 |
Color Harmonies of #B0A9BC
Complementary color
Monochromatic Colors of #B0A9BC
Black with #B0A9BC
Text Example
Text Example
White with #B0A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A9BC; }
p { color: rgb(176,169,188); }
H1.HeaderClassName
{
color: #B0A9BC;
}
.AnyTagClassName
{
color: #B0A9BC;
}
</style>
background-color css
<style>
a { background-color: #B0A9BC; }
a { background-color: rgb(176,169,188); }
div.DivClassName
{
background-color: #B0A9BC;
}
.BgClassName
{
background-color: #B0A9BC;
}
</style>
border-color css
<style>
span { border-color: #B0A9BC; }
span { border-color: rgb(176,169,188); }
td.TdClassName
{
border-color: #B0A9BC;
}
.TagClassName
{
border-color: #B0A9BC;
}
</style>