Shades of Tiara #B8C0BC
Tints of Tiara #B8C0BC
RGB
CMYK
RGB Variations
Color information
#B8C0BC (or 0xB8C0BC) is known color: Tiara. HEX triplet: B8, C0 and BC. RGB value is (184,192,188). Sum of RGB (Red+Green+Blue) = 184+192+188=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C0BC is #473F43. Grayscale: #BDBDBD. Windows color (decimal): -4669252 or 12370104. OLE color: 12370104.
HSL color Cylindrical-coordinate representation of color #B8C0BC: hue angle of 150º degrees, saturation: 0.06, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B8C0BC is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 188 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.25 |
| HSL | 150º | 0.06% | 0.74% | - |
| HSV(B) | 150º | 0.04% | 0.75% | - |
| XYZ | 47.69 | 51.52 | 55.01 | - |
| YUV | 189.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 188 | 0.04 | 0 | 0.02 | 0.25 | 150 | 0.06 | 0.74 |
| Hex | B8 | C0 | BC | 4 | 0 | 2 | 19 | 96 | 6 | 4A |
| Octal | 270 | 300 | 274 | 4 | 0 | 2 | 31 | 226 | 6 | 112 |
| Binary | 10111000 | 11000000 | 10111100 | 100 | 0 | 10 | 11001 | 10010110 | 110 | 1001010 |
Color Harmonies of #B8C0BC
Complementary color
Monochromatic Colors of #B8C0BC
Black with #B8C0BC
Text Example
Text Example
White with #B8C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C0BC; }
p { color: rgb(184,192,188); }
H1.HeaderClassName
{
color: #B8C0BC;
}
.AnyTagClassName
{
color: #B8C0BC;
}
</style>
background-color css
<style>
a { background-color: #B8C0BC; }
a { background-color: rgb(184,192,188); }
div.DivClassName
{
background-color: #B8C0BC;
}
.BgClassName
{
background-color: #B8C0BC;
}
</style>
border-color css
<style>
span { border-color: #B8C0BC; }
span { border-color: rgb(184,192,188); }
td.TdClassName
{
border-color: #B8C0BC;
}
.TagClassName
{
border-color: #B8C0BC;
}
</style>