Shades of Chatelle #B6A0BC
Tints of Chatelle #B6A0BC
RGB
CMYK
RGB Variations
Color information
#B6A0BC (or 0xB6A0BC) is known color: Chatelle. HEX triplet: B6, A0 and BC. RGB value is (182,160,188). Sum of RGB (Red+Green+Blue) = 182+160+188=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 188 - color contains mainly: blue. Hex color #B6A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A0BC is #495F43. Grayscale: #A9A9A9. Windows color (decimal): -4808516 or 12361910. OLE color: 12361910.
HSL color Cylindrical-coordinate representation of color #B6A0BC: hue angle of 287.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6A0BC is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 160 | 188 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.26 |
| HSL | 287.14º | 0.17% | 0.68% | - |
| HSV(B) | 287.14º | 0.15% | 0.74% | - |
| XYZ | 40.94 | 38.72 | 52.89 | - |
| YUV | 169.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 160 | 188 | 0.03 | 0.15 | 0 | 0.26 | 287.14 | 0.17 | 0.68 |
| Hex | B6 | A0 | BC | 3 | F | 0 | 1A | 11F | 11 | 44 |
| Octal | 266 | 240 | 274 | 3 | 17 | 0 | 32 | 437 | 21 | 104 |
| Binary | 10110110 | 10100000 | 10111100 | 11 | 1111 | 0 | 11010 | 100011111 | 10001 | 1000100 |
Color Harmonies of #B6A0BC
Complementary color
Monochromatic Colors of #B6A0BC
Black with #B6A0BC
Text Example
Text Example
White with #B6A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A0BC; }
p { color: rgb(182,160,188); }
H1.HeaderClassName
{
color: #B6A0BC;
}
.AnyTagClassName
{
color: #B6A0BC;
}
</style>
background-color css
<style>
a { background-color: #B6A0BC; }
a { background-color: rgb(182,160,188); }
div.DivClassName
{
background-color: #B6A0BC;
}
.BgClassName
{
background-color: #B6A0BC;
}
</style>
border-color css
<style>
span { border-color: #B6A0BC; }
span { border-color: rgb(182,160,188); }
td.TdClassName
{
border-color: #B6A0BC;
}
.TagClassName
{
border-color: #B6A0BC;
}
</style>