Shades of Tiara #B0C8BD
Tints of Tiara #B0C8BD
RGB
CMYK
RGB Variations
Color information
#B0C8BD (or 0xB0C8BD) is known color: Tiara. HEX triplet: B0, C8 and BD. RGB value is (176,200,189). Sum of RGB (Red+Green+Blue) = 176+200+189=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8BD is #4F3742. Grayscale: #BFBFBF. Windows color (decimal): -5191491 or 12437680. OLE color: 12437680.
HSL color Cylindrical-coordinate representation of color #B0C8BD: hue angle of 152.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0C8BD is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 189 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.22 |
| HSL | 152.5º | 0.18% | 0.74% | - |
| HSV(B) | 152.5º | 0.12% | 0.78% | - |
| XYZ | 47.74 | 54.21 | 56.09 | - |
| YUV | 191.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 189 | 0.12 | 0 | 0.06 | 0.22 | 152.5 | 0.18 | 0.74 |
| Hex | B0 | C8 | BD | C | 0 | 6 | 16 | 98 | 12 | 4A |
| Octal | 260 | 310 | 275 | 14 | 0 | 6 | 26 | 230 | 22 | 112 |
| Binary | 10110000 | 11001000 | 10111101 | 1100 | 0 | 110 | 10110 | 10011000 | 10010 | 1001010 |
Color Harmonies of #B0C8BD
Complementary color
Monochromatic Colors of #B0C8BD
Black with #B0C8BD
Text Example
Text Example
White with #B0C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C8BD; }
p { color: rgb(176,200,189); }
H1.HeaderClassName
{
color: #B0C8BD;
}
.AnyTagClassName
{
color: #B0C8BD;
}
</style>
background-color css
<style>
a { background-color: #B0C8BD; }
a { background-color: rgb(176,200,189); }
div.DivClassName
{
background-color: #B0C8BD;
}
.BgClassName
{
background-color: #B0C8BD;
}
</style>
border-color css
<style>
span { border-color: #B0C8BD; }
span { border-color: rgb(176,200,189); }
td.TdClassName
{
border-color: #B0C8BD;
}
.TagClassName
{
border-color: #B0C8BD;
}
</style>