Shades of Tiara #B0C8BE
Tints of Tiara #B0C8BE
RGB
CMYK
RGB Variations
Color information
#B0C8BE (or 0xB0C8BE) is known color: Tiara. HEX triplet: B0, C8 and BE. RGB value is (176,200,190). Sum of RGB (Red+Green+Blue) = 176+200+190=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8BE is #4F3741. Grayscale: #BFBFBF. Windows color (decimal): -5191490 or 12503216. OLE color: 12503216.
HSL color Cylindrical-coordinate representation of color #B0C8BE: hue angle of 155º 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 #B0C8BE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 190 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.22 |
| HSL | 155º | 0.18% | 0.74% | - |
| HSV(B) | 155º | 0.12% | 0.78% | - |
| XYZ | 47.85 | 54.26 | 56.67 | - |
| YUV | 191.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 190 | 0.12 | 0 | 0.05 | 0.22 | 155 | 0.18 | 0.74 |
| Hex | B0 | C8 | BE | C | 0 | 5 | 16 | 9B | 12 | 4A |
| Octal | 260 | 310 | 276 | 14 | 0 | 5 | 26 | 233 | 22 | 112 |
| Binary | 10110000 | 11001000 | 10111110 | 1100 | 0 | 101 | 10110 | 10011011 | 10010 | 1001010 |
Color Harmonies of #B0C8BE
Complementary color
Monochromatic Colors of #B0C8BE
Black with #B0C8BE
Text Example
Text Example
White with #B0C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C8BE; }
p { color: rgb(176,200,190); }
H1.HeaderClassName
{
color: #B0C8BE;
}
.AnyTagClassName
{
color: #B0C8BE;
}
</style>
background-color css
<style>
a { background-color: #B0C8BE; }
a { background-color: rgb(176,200,190); }
div.DivClassName
{
background-color: #B0C8BE;
}
.BgClassName
{
background-color: #B0C8BE;
}
</style>
border-color css
<style>
span { border-color: #B0C8BE; }
span { border-color: rgb(176,200,190); }
td.TdClassName
{
border-color: #B0C8BE;
}
.TagClassName
{
border-color: #B0C8BE;
}
</style>