Shades of Tiara #B0C6BD
Tints of Tiara #B0C6BD
RGB
CMYK
RGB Variations
Color information
#B0C6BD (or 0xB0C6BD) is known color: Tiara. HEX triplet: B0, C6 and BD. RGB value is (176,198,189). Sum of RGB (Red+Green+Blue) = 176+198+189=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C6BD is #4F3942. Grayscale: #BEBEBE. Windows color (decimal): -5192003 or 12437168. OLE color: 12437168.
HSL color Cylindrical-coordinate representation of color #B0C6BD: hue angle of 155.45º 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 #B0C6BD is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 189 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.22 |
| HSL | 155.45º | 0.16% | 0.73% | - |
| HSV(B) | 155.45º | 0.11% | 0.78% | - |
| XYZ | 47.28 | 53.29 | 55.94 | - |
| YUV | 190.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 189 | 0.11 | 0 | 0.05 | 0.22 | 155.45 | 0.16 | 0.73 |
| Hex | B0 | C6 | BD | B | 0 | 5 | 16 | 9B | 10 | 49 |
| Octal | 260 | 306 | 275 | 13 | 0 | 5 | 26 | 233 | 20 | 111 |
| Binary | 10110000 | 11000110 | 10111101 | 1011 | 0 | 101 | 10110 | 10011011 | 10000 | 1001001 |
Color Harmonies of #B0C6BD
Complementary color
Monochromatic Colors of #B0C6BD
Black with #B0C6BD
Text Example
Text Example
White with #B0C6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C6BD; }
p { color: rgb(176,198,189); }
H1.HeaderClassName
{
color: #B0C6BD;
}
.AnyTagClassName
{
color: #B0C6BD;
}
</style>
background-color css
<style>
a { background-color: #B0C6BD; }
a { background-color: rgb(176,198,189); }
div.DivClassName
{
background-color: #B0C6BD;
}
.BgClassName
{
background-color: #B0C6BD;
}
</style>
border-color css
<style>
span { border-color: #B0C6BD; }
span { border-color: rgb(176,198,189); }
td.TdClassName
{
border-color: #B0C6BD;
}
.TagClassName
{
border-color: #B0C6BD;
}
</style>