Shades of Tiara #B0C5BC
Tints of Tiara #B0C5BC
RGB
CMYK
RGB Variations
Color information
#B0C5BC (or 0xB0C5BC) is known color: Tiara. HEX triplet: B0, C5 and BC. RGB value is (176,197,188). Sum of RGB (Red+Green+Blue) = 176+197+188=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5BC is #4F3A43. Grayscale: #BDBDBD. Windows color (decimal): -5192260 or 12371376. OLE color: 12371376.
HSL color Cylindrical-coordinate representation of color #B0C5BC: hue angle of 154.29º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C5BC is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 188 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.23 |
| HSL | 154.29º | 0.15% | 0.73% | - |
| HSV(B) | 154.29º | 0.11% | 0.77% | - |
| XYZ | 46.95 | 52.79 | 55.29 | - |
| YUV | 189.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 188 | 0.11 | 0 | 0.05 | 0.23 | 154.29 | 0.15 | 0.73 |
| Hex | B0 | C5 | BC | B | 0 | 5 | 17 | 9A | F | 49 |
| Octal | 260 | 305 | 274 | 13 | 0 | 5 | 27 | 232 | 17 | 111 |
| Binary | 10110000 | 11000101 | 10111100 | 1011 | 0 | 101 | 10111 | 10011010 | 1111 | 1001001 |
Color Harmonies of #B0C5BC
Complementary color
Monochromatic Colors of #B0C5BC
Black with #B0C5BC
Text Example
Text Example
White with #B0C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C5BC; }
p { color: rgb(176,197,188); }
H1.HeaderClassName
{
color: #B0C5BC;
}
.AnyTagClassName
{
color: #B0C5BC;
}
</style>
background-color css
<style>
a { background-color: #B0C5BC; }
a { background-color: rgb(176,197,188); }
div.DivClassName
{
background-color: #B0C5BC;
}
.BgClassName
{
background-color: #B0C5BC;
}
</style>
border-color css
<style>
span { border-color: #B0C5BC; }
span { border-color: rgb(176,197,188); }
td.TdClassName
{
border-color: #B0C5BC;
}
.TagClassName
{
border-color: #B0C5BC;
}
</style>