Shades of Tiara #B0C6BB
Tints of Tiara #B0C6BB
RGB
CMYK
RGB Variations
Color information
#B0C6BB (or 0xB0C6BB) is known color: Tiara. HEX triplet: B0, C6 and BB. RGB value is (176,198,187). Sum of RGB (Red+Green+Blue) = 176+198+187=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C6BB is #4F3944. Grayscale: #BEBEBE. Windows color (decimal): -5192005 or 12306096. OLE color: 12306096.
HSL color Cylindrical-coordinate representation of color #B0C6BB: hue angle of 150º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C6BB is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 187 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.22 |
| HSL | 150º | 0.16% | 0.73% | - |
| HSV(B) | 150º | 0.11% | 0.78% | - |
| XYZ | 47.07 | 53.21 | 54.8 | - |
| YUV | 190.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 187 | 0.11 | 0 | 0.06 | 0.22 | 150 | 0.16 | 0.73 |
| Hex | B0 | C6 | BB | B | 0 | 6 | 16 | 96 | 10 | 49 |
| Octal | 260 | 306 | 273 | 13 | 0 | 6 | 26 | 226 | 20 | 111 |
| Binary | 10110000 | 11000110 | 10111011 | 1011 | 0 | 110 | 10110 | 10010110 | 10000 | 1001001 |
Color Harmonies of #B0C6BB
Complementary color
Monochromatic Colors of #B0C6BB
Black with #B0C6BB
Text Example
Text Example
White with #B0C6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C6BB; }
p { color: rgb(176,198,187); }
H1.HeaderClassName
{
color: #B0C6BB;
}
.AnyTagClassName
{
color: #B0C6BB;
}
</style>
background-color css
<style>
a { background-color: #B0C6BB; }
a { background-color: rgb(176,198,187); }
div.DivClassName
{
background-color: #B0C6BB;
}
.BgClassName
{
background-color: #B0C6BB;
}
</style>
border-color css
<style>
span { border-color: #B0C6BB; }
span { border-color: rgb(176,198,187); }
td.TdClassName
{
border-color: #B0C6BB;
}
.TagClassName
{
border-color: #B0C6BB;
}
</style>