Shades of Tiara #B4CEC2
Tints of Tiara #B4CEC2
RGB
CMYK
RGB Variations
Color information
#B4CEC2 (or 0xB4CEC2) is known color: Tiara. HEX triplet: B4, CE and C2. RGB value is (180,206,194). Sum of RGB (Red+Green+Blue) = 180+206+194=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEC2 is #4B313D. Grayscale: #C4C4C4. Windows color (decimal): -4927806 or 12766900. OLE color: 12766900.
HSL color Cylindrical-coordinate representation of color #B4CEC2: hue angle of 152.31º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CEC2 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 206 | 194 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.19 |
| HSL | 152.31º | 0.21% | 0.76% | - |
| HSV(B) | 152.31º | 0.13% | 0.81% | - |
| XYZ | 50.63 | 57.74 | 59.52 | - |
| YUV | 196.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 206 | 194 | 0.13 | 0 | 0.06 | 0.19 | 152.31 | 0.21 | 0.76 |
| Hex | B4 | CE | C2 | D | 0 | 6 | 13 | 98 | 15 | 4C |
| Octal | 264 | 316 | 302 | 15 | 0 | 6 | 23 | 230 | 25 | 114 |
| Binary | 10110100 | 11001110 | 11000010 | 1101 | 0 | 110 | 10011 | 10011000 | 10101 | 1001100 |
Color Harmonies of #B4CEC2
Complementary color
Monochromatic Colors of #B4CEC2
Black with #B4CEC2
Text Example
Text Example
White with #B4CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CEC2; }
p { color: rgb(180,206,194); }
H1.HeaderClassName
{
color: #B4CEC2;
}
.AnyTagClassName
{
color: #B4CEC2;
}
</style>
background-color css
<style>
a { background-color: #B4CEC2; }
a { background-color: rgb(180,206,194); }
div.DivClassName
{
background-color: #B4CEC2;
}
.BgClassName
{
background-color: #B4CEC2;
}
</style>
border-color css
<style>
span { border-color: #B4CEC2; }
span { border-color: rgb(180,206,194); }
td.TdClassName
{
border-color: #B4CEC2;
}
.TagClassName
{
border-color: #B4CEC2;
}
</style>