Shades of Tiara #B3CAC0
Tints of Tiara #B3CAC0
RGB
CMYK
RGB Variations
Color information
#B3CAC0 (or 0xB3CAC0) is known color: Tiara. HEX triplet: B3, CA and C0. RGB value is (179,202,192). Sum of RGB (Red+Green+Blue) = 179+202+192=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CAC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CAC0 is #4C353F. Grayscale: #C2C2C2. Windows color (decimal): -4994368 or 12634803. OLE color: 12634803.
HSL color Cylindrical-coordinate representation of color #B3CAC0: hue angle of 153.91º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3CAC0 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 202 | 192 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.21 |
| HSL | 153.91º | 0.18% | 0.75% | - |
| HSV(B) | 153.91º | 0.11% | 0.79% | - |
| XYZ | 49.23 | 55.63 | 58.01 | - |
| YUV | 193.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 202 | 192 | 0.11 | 0 | 0.05 | 0.21 | 153.91 | 0.18 | 0.75 |
| Hex | B3 | CA | C0 | B | 0 | 5 | 15 | 9A | 12 | 4B |
| Octal | 263 | 312 | 300 | 13 | 0 | 5 | 25 | 232 | 22 | 113 |
| Binary | 10110011 | 11001010 | 11000000 | 1011 | 0 | 101 | 10101 | 10011010 | 10010 | 1001011 |
Color Harmonies of #B3CAC0
Complementary color
Monochromatic Colors of #B3CAC0
Black with #B3CAC0
Text Example
Text Example
White with #B3CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CAC0; }
p { color: rgb(179,202,192); }
H1.HeaderClassName
{
color: #B3CAC0;
}
.AnyTagClassName
{
color: #B3CAC0;
}
</style>
background-color css
<style>
a { background-color: #B3CAC0; }
a { background-color: rgb(179,202,192); }
div.DivClassName
{
background-color: #B3CAC0;
}
.BgClassName
{
background-color: #B3CAC0;
}
</style>
border-color css
<style>
span { border-color: #B3CAC0; }
span { border-color: rgb(179,202,192); }
td.TdClassName
{
border-color: #B3CAC0;
}
.TagClassName
{
border-color: #B3CAC0;
}
</style>