Shades of Chatelle #B9ACC0
Tints of Chatelle #B9ACC0
RGB
CMYK
RGB Variations
Color information
#B9ACC0 (or 0xB9ACC0) is known color: Chatelle. HEX triplet: B9, AC and C0. RGB value is (185,172,192). Sum of RGB (Red+Green+Blue) = 185+172+192=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9ACC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACC0 is #46533F. Grayscale: #B2B2B2. Windows color (decimal): -4608832 or 12627129. OLE color: 12627129.
HSL color Cylindrical-coordinate representation of color #B9ACC0: hue angle of 279º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9ACC0 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 172 | 192 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.25 |
| HSL | 279º | 0.14% | 0.71% | - |
| HSV(B) | 279º | 0.1% | 0.75% | - |
| XYZ | 44.27 | 43.63 | 55.96 | - |
| YUV | 178.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 192 | 0.04 | 0.10 | 0 | 0.25 | 279 | 0.14 | 0.71 |
| Hex | B9 | AC | C0 | 4 | A | 0 | 19 | 117 | E | 47 |
| Octal | 271 | 254 | 300 | 4 | 12 | 0 | 31 | 427 | 16 | 107 |
| Binary | 10111001 | 10101100 | 11000000 | 100 | 1010 | 0 | 11001 | 100010111 | 1110 | 1000111 |
Color Harmonies of #B9ACC0
Complementary color
Monochromatic Colors of #B9ACC0
Black with #B9ACC0
Text Example
Text Example
White with #B9ACC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ACC0; }
p { color: rgb(185,172,192); }
H1.HeaderClassName
{
color: #B9ACC0;
}
.AnyTagClassName
{
color: #B9ACC0;
}
</style>
background-color css
<style>
a { background-color: #B9ACC0; }
a { background-color: rgb(185,172,192); }
div.DivClassName
{
background-color: #B9ACC0;
}
.BgClassName
{
background-color: #B9ACC0;
}
</style>
border-color css
<style>
span { border-color: #B9ACC0; }
span { border-color: rgb(185,172,192); }
td.TdClassName
{
border-color: #B9ACC0;
}
.TagClassName
{
border-color: #B9ACC0;
}
</style>