Shades of Tiara #B2CCC0
Tints of Tiara #B2CCC0
RGB
CMYK
RGB Variations
Color information
#B2CCC0 (or 0xB2CCC0) is known color: Tiara. HEX triplet: B2, CC and C0. RGB value is (178,204,192). Sum of RGB (Red+Green+Blue) = 178+204+192=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCC0 is #4D333F. Grayscale: #C2C2C2. Windows color (decimal): -5059392 or 12635314. OLE color: 12635314.
HSL color Cylindrical-coordinate representation of color #B2CCC0: hue angle of 152.31º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CCC0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
RGB | 178 | 204 | 192 | - |
CMYK | 0.13 | 0 | 0.06 | 0.2 |
HSL | 152.31º | 0.2% | 0.75% | - |
HSV(B) | 152.31º | 0.13% | 0.8% | - |
XYZ | 49.47 | 56.46 | 58.16 | - |
YUV | 194.86 | 126.39 | 115.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 204 | 192 | 0.13 | 0 | 0.06 | 0.2 | 152.31 | 0.2 | 0.75 |
Hex | B2 | CC | C0 | D | 0 | 6 | 14 | 98 | 14 | 4B |
Octal | 262 | 314 | 300 | 15 | 0 | 6 | 24 | 230 | 24 | 113 |
Binary | 10110010 | 11001100 | 11000000 | 1101 | 0 | 110 | 10100 | 10011000 | 10100 | 1001011 |
Color Harmonies of #B2CCC0
Complementary color
Monochromatic Colors of #B2CCC0
Black with #B2CCC0
Text Example
Text Example
White with #B2CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CCC0; }
p { color: rgb(178,204,192); }
H1.HeaderClassName
{
color: #B2CCC0;
}
.AnyTagClassName
{
color: #B2CCC0;
}
</style>
background-color css
<style>
a { background-color: #B2CCC0; }
a { background-color: rgb(178,204,192); }
div.DivClassName
{
background-color: #B2CCC0;
}
.BgClassName
{
background-color: #B2CCC0;
}
</style>
border-color css
<style>
span { border-color: #B2CCC0; }
span { border-color: rgb(178,204,192); }
td.TdClassName
{
border-color: #B2CCC0;
}
.TagClassName
{
border-color: #B2CCC0;
}
</style>