Shades of Chatelle #B9A6C2
Tints of Chatelle #B9A6C2
RGB
CMYK
RGB Variations
Color information
#B9A6C2 (or 0xB9A6C2) is known color: Chatelle. HEX triplet: B9, A6 and C2. RGB value is (185,166,194). Sum of RGB (Red+Green+Blue) = 185+166+194=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9A6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A6C2 is #46593D. Grayscale: #AEAEAE. Windows color (decimal): -4610366 or 12756665. OLE color: 12756665.
HSL color Cylindrical-coordinate representation of color #B9A6C2: hue angle of 280.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9A6C2 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 166 | 194 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.24 |
| HSL | 280.71º | 0.19% | 0.71% | - |
| HSV(B) | 280.71º | 0.14% | 0.76% | - |
| XYZ | 43.38 | 41.48 | 56.76 | - |
| YUV | 174.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 194 | 0.05 | 0.14 | 0 | 0.24 | 280.71 | 0.19 | 0.71 |
| Hex | B9 | A6 | C2 | 5 | E | 0 | 18 | 119 | 13 | 47 |
| Octal | 271 | 246 | 302 | 5 | 16 | 0 | 30 | 431 | 23 | 107 |
| Binary | 10111001 | 10100110 | 11000010 | 101 | 1110 | 0 | 11000 | 100011001 | 10011 | 1000111 |
Color Harmonies of #B9A6C2
Complementary color
Monochromatic Colors of #B9A6C2
Black with #B9A6C2
Text Example
Text Example
White with #B9A6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A6C2; }
p { color: rgb(185,166,194); }
H1.HeaderClassName
{
color: #B9A6C2;
}
.AnyTagClassName
{
color: #B9A6C2;
}
</style>
background-color css
<style>
a { background-color: #B9A6C2; }
a { background-color: rgb(185,166,194); }
div.DivClassName
{
background-color: #B9A6C2;
}
.BgClassName
{
background-color: #B9A6C2;
}
</style>
border-color css
<style>
span { border-color: #B9A6C2; }
span { border-color: rgb(185,166,194); }
td.TdClassName
{
border-color: #B9A6C2;
}
.TagClassName
{
border-color: #B9A6C2;
}
</style>