Shades of Tiara #B6C5C0
Tints of Tiara #B6C5C0
RGB
CMYK
RGB Variations
Color information
#B6C5C0 (or 0xB6C5C0) is known color: Tiara. HEX triplet: B6, C5 and C0. RGB value is (182,197,192). Sum of RGB (Red+Green+Blue) = 182+197+192=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 192 (75.39% from 255 or 33.63% from 571); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C5C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C5C0 is #493A3F. Grayscale: #BFBFBF. Windows color (decimal): -4799040 or 12633526. OLE color: 12633526.
HSL color Cylindrical-coordinate representation of color #B6C5C0: hue angle of 160º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6C5C0 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 197 | 192 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.23 |
| HSL | 160º | 0.11% | 0.74% | - |
| HSV(B) | 160º | 0.08% | 0.77% | - |
| XYZ | 48.77 | 53.68 | 57.66 | - |
| YUV | 191.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 197 | 192 | 0.08 | 0 | 0.03 | 0.23 | 160 | 0.11 | 0.74 |
| Hex | B6 | C5 | C0 | 8 | 0 | 3 | 17 | A0 | B | 4A |
| Octal | 266 | 305 | 300 | 10 | 0 | 3 | 27 | 240 | 13 | 112 |
| Binary | 10110110 | 11000101 | 11000000 | 1000 | 0 | 11 | 10111 | 10100000 | 1011 | 1001010 |
Color Harmonies of #B6C5C0
Complementary color
Monochromatic Colors of #B6C5C0
Black with #B6C5C0
Text Example
Text Example
White with #B6C5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C5C0; }
p { color: rgb(182,197,192); }
H1.HeaderClassName
{
color: #B6C5C0;
}
.AnyTagClassName
{
color: #B6C5C0;
}
</style>
background-color css
<style>
a { background-color: #B6C5C0; }
a { background-color: rgb(182,197,192); }
div.DivClassName
{
background-color: #B6C5C0;
}
.BgClassName
{
background-color: #B6C5C0;
}
</style>
border-color css
<style>
span { border-color: #B6C5C0; }
span { border-color: rgb(182,197,192); }
td.TdClassName
{
border-color: #B6C5C0;
}
.TagClassName
{
border-color: #B6C5C0;
}
</style>