Shades of Tiara #B3CEC2
Tints of Tiara #B3CEC2
RGB
CMYK
RGB Variations
Color information
#B3CEC2 (or 0xB3CEC2) is known color: Tiara. HEX triplet: B3, CE and C2. RGB value is (179,206,194). Sum of RGB (Red+Green+Blue) = 179+206+194=579 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.92% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEC2 is #4C313D. Grayscale: #C4C4C4. Windows color (decimal): -4993342 or 12766899. OLE color: 12766899.
HSL color Cylindrical-coordinate representation of color #B3CEC2: hue angle of 153.33º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3CEC2 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 194 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.19 |
| HSL | 153.33º | 0.22% | 0.75% | - |
| HSV(B) | 153.33º | 0.13% | 0.81% | - |
| XYZ | 50.4 | 57.62 | 59.5 | - |
| YUV | 196.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 194 | 0.13 | 0 | 0.06 | 0.19 | 153.33 | 0.22 | 0.75 |
| Hex | B3 | CE | C2 | D | 0 | 6 | 13 | 99 | 16 | 4B |
| Octal | 263 | 316 | 302 | 15 | 0 | 6 | 23 | 231 | 26 | 113 |
| Binary | 10110011 | 11001110 | 11000010 | 1101 | 0 | 110 | 10011 | 10011001 | 10110 | 1001011 |
Color Harmonies of #B3CEC2
Complementary color
Monochromatic Colors of #B3CEC2
Black with #B3CEC2
Text Example
Text Example
White with #B3CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CEC2; }
p { color: rgb(179,206,194); }
H1.HeaderClassName
{
color: #B3CEC2;
}
.AnyTagClassName
{
color: #B3CEC2;
}
</style>
background-color css
<style>
a { background-color: #B3CEC2; }
a { background-color: rgb(179,206,194); }
div.DivClassName
{
background-color: #B3CEC2;
}
.BgClassName
{
background-color: #B3CEC2;
}
</style>
border-color css
<style>
span { border-color: #B3CEC2; }
span { border-color: rgb(179,206,194); }
td.TdClassName
{
border-color: #B3CEC2;
}
.TagClassName
{
border-color: #B3CEC2;
}
</style>