Shades of Tiara #B0C5BB
Tints of Tiara #B0C5BB
RGB
CMYK
RGB Variations
Color information
#B0C5BB (or 0xB0C5BB) is known color: Tiara. HEX triplet: B0, C5 and BB. RGB value is (176,197,187). Sum of RGB (Red+Green+Blue) = 176+197+187=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C5BB is #4F3A44. Grayscale: #BDBDBD. Windows color (decimal): -5192261 or 12305840. OLE color: 12305840.
HSL color Cylindrical-coordinate representation of color #B0C5BB: hue angle of 151.43º 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 #B0C5BB is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 187 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.23 |
| HSL | 151.43º | 0.15% | 0.73% | - |
| HSV(B) | 151.43º | 0.11% | 0.77% | - |
| XYZ | 46.84 | 52.75 | 54.73 | - |
| YUV | 189.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 187 | 0.11 | 0 | 0.05 | 0.23 | 151.43 | 0.15 | 0.73 |
| Hex | B0 | C5 | BB | B | 0 | 5 | 17 | 97 | F | 49 |
| Octal | 260 | 305 | 273 | 13 | 0 | 5 | 27 | 227 | 17 | 111 |
| Binary | 10110000 | 11000101 | 10111011 | 1011 | 0 | 101 | 10111 | 10010111 | 1111 | 1001001 |
Color Harmonies of #B0C5BB
Complementary color
Monochromatic Colors of #B0C5BB
Black with #B0C5BB
Text Example
Text Example
White with #B0C5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C5BB; }
p { color: rgb(176,197,187); }
H1.HeaderClassName
{
color: #B0C5BB;
}
.AnyTagClassName
{
color: #B0C5BB;
}
</style>
background-color css
<style>
a { background-color: #B0C5BB; }
a { background-color: rgb(176,197,187); }
div.DivClassName
{
background-color: #B0C5BB;
}
.BgClassName
{
background-color: #B0C5BB;
}
</style>
border-color css
<style>
span { border-color: #B0C5BB; }
span { border-color: rgb(176,197,187); }
td.TdClassName
{
border-color: #B0C5BB;
}
.TagClassName
{
border-color: #B0C5BB;
}
</style>