Shades of Biloba Flower #B0A8BC
Tints of Biloba Flower #B0A8BC
RGB
CMYK
RGB Variations
Color information
#B0A8BC (or 0xB0A8BC) is known color: Biloba Flower. HEX triplet: B0, A8 and BC. RGB value is (176,168,188). Sum of RGB (Red+Green+Blue) = 176+168+188=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #B0A8BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8BC is #4F5743. Grayscale: #ACACAC. Windows color (decimal): -5199684 or 12363952. OLE color: 12363952.
HSL color Cylindrical-coordinate representation of color #B0A8BC: hue angle of 264º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0A8BC is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 168 | 188 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.26 |
| HSL | 264º | 0.13% | 0.7% | - |
| HSV(B) | 264º | 0.11% | 0.74% | - |
| XYZ | 40.98 | 40.87 | 53.3 | - |
| YUV | 172.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 188 | 0.06 | 0.11 | 0 | 0.26 | 264 | 0.13 | 0.7 |
| Hex | B0 | A8 | BC | 6 | B | 0 | 1A | 108 | D | 46 |
| Octal | 260 | 250 | 274 | 6 | 13 | 0 | 32 | 410 | 15 | 106 |
| Binary | 10110000 | 10101000 | 10111100 | 110 | 1011 | 0 | 11010 | 100001000 | 1101 | 1000110 |
Color Harmonies of #B0A8BC
Complementary color
Monochromatic Colors of #B0A8BC
Black with #B0A8BC
Text Example
Text Example
White with #B0A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8BC; }
p { color: rgb(176,168,188); }
H1.HeaderClassName
{
color: #B0A8BC;
}
.AnyTagClassName
{
color: #B0A8BC;
}
</style>
background-color css
<style>
a { background-color: #B0A8BC; }
a { background-color: rgb(176,168,188); }
div.DivClassName
{
background-color: #B0A8BC;
}
.BgClassName
{
background-color: #B0A8BC;
}
</style>
border-color css
<style>
span { border-color: #B0A8BC; }
span { border-color: rgb(176,168,188); }
td.TdClassName
{
border-color: #B0A8BC;
}
.TagClassName
{
border-color: #B0A8BC;
}
</style>