Shades of Tiara #B3CCC0
Tints of Tiara #B3CCC0
RGB
CMYK
RGB Variations
Color information
#B3CCC0 (or 0xB3CCC0) is known color: Tiara. HEX triplet: B3, CC and C0. RGB value is (179,204,192). Sum of RGB (Red+Green+Blue) = 179+204+192=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CCC0 is #4C333F. Grayscale: #C3C3C3. Windows color (decimal): -4993856 or 12635315. OLE color: 12635315.
HSL color Cylindrical-coordinate representation of color #B3CCC0: hue angle of 151.2º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3CCC0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 204 | 192 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.2 |
| HSL | 151.2º | 0.2% | 0.75% | - |
| HSV(B) | 151.2º | 0.12% | 0.8% | - |
| XYZ | 49.7 | 56.58 | 58.17 | - |
| YUV | 195.16 | 126.22 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 192 | 0.12 | 0 | 0.06 | 0.2 | 151.2 | 0.2 | 0.75 |
| Hex | B3 | CC | C0 | C | 0 | 6 | 14 | 97 | 14 | 4B |
| Octal | 263 | 314 | 300 | 14 | 0 | 6 | 24 | 227 | 24 | 113 |
| Binary | 10110011 | 11001100 | 11000000 | 1100 | 0 | 110 | 10100 | 10010111 | 10100 | 1001011 |
Color Harmonies of #B3CCC0
Complementary color
Monochromatic Colors of #B3CCC0
Black with #B3CCC0
Text Example
Text Example
White with #B3CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CCC0; }
p { color: rgb(179,204,192); }
H1.HeaderClassName
{
color: #B3CCC0;
}
.AnyTagClassName
{
color: #B3CCC0;
}
</style>
background-color css
<style>
a { background-color: #B3CCC0; }
a { background-color: rgb(179,204,192); }
div.DivClassName
{
background-color: #B3CCC0;
}
.BgClassName
{
background-color: #B3CCC0;
}
</style>
border-color css
<style>
span { border-color: #B3CCC0; }
span { border-color: rgb(179,204,192); }
td.TdClassName
{
border-color: #B3CCC0;
}
.TagClassName
{
border-color: #B3CCC0;
}
</style>