Shades of Tiara #B4C2BC
Tints of Tiara #B4C2BC
RGB
CMYK
RGB Variations
Color information
#B4C2BC (or 0xB4C2BC) is known color: Tiara. HEX triplet: B4, C2 and BC. RGB value is (180,194,188). Sum of RGB (Red+Green+Blue) = 180+194+188=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C2BC is #4B3D43. Grayscale: #BDBDBD. Windows color (decimal): -4930884 or 12370612. OLE color: 12370612.
HSL color Cylindrical-coordinate representation of color #B4C2BC: hue angle of 154.29º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4C2BC is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 194 | 188 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.24 |
| HSL | 154.29º | 0.1% | 0.73% | - |
| HSV(B) | 154.29º | 0.07% | 0.76% | - |
| XYZ | 47.19 | 51.92 | 55.11 | - |
| YUV | 189.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 194 | 188 | 0.07 | 0 | 0.03 | 0.24 | 154.29 | 0.1 | 0.73 |
| Hex | B4 | C2 | BC | 7 | 0 | 3 | 18 | 9A | A | 49 |
| Octal | 264 | 302 | 274 | 7 | 0 | 3 | 30 | 232 | 12 | 111 |
| Binary | 10110100 | 11000010 | 10111100 | 111 | 0 | 11 | 11000 | 10011010 | 1010 | 1001001 |
Color Harmonies of #B4C2BC
Complementary color
Monochromatic Colors of #B4C2BC
Black with #B4C2BC
Text Example
Text Example
White with #B4C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C2BC; }
p { color: rgb(180,194,188); }
H1.HeaderClassName
{
color: #B4C2BC;
}
.AnyTagClassName
{
color: #B4C2BC;
}
</style>
background-color css
<style>
a { background-color: #B4C2BC; }
a { background-color: rgb(180,194,188); }
div.DivClassName
{
background-color: #B4C2BC;
}
.BgClassName
{
background-color: #B4C2BC;
}
</style>
border-color css
<style>
span { border-color: #B4C2BC; }
span { border-color: rgb(180,194,188); }
td.TdClassName
{
border-color: #B4C2BC;
}
.TagClassName
{
border-color: #B4C2BC;
}
</style>