Shades of Chatelle #B9ABC2
Tints of Chatelle #B9ABC2
RGB
CMYK
RGB Variations
Color information
#B9ABC2 (or 0xB9ABC2) is known color: Chatelle. HEX triplet: B9, AB and C2. RGB value is (185,171,194). Sum of RGB (Red+Green+Blue) = 185+171+194=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 194 (76.17% from 255 or 35.27% from 550); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABC2 is #46543D. Grayscale: #B1B1B1. Windows color (decimal): -4609086 or 12757945. OLE color: 12757945.
HSL color Cylindrical-coordinate representation of color #B9ABC2: hue angle of 276.52º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9ABC2 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 171 | 194 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.24 |
| HSL | 276.52º | 0.16% | 0.72% | - |
| HSV(B) | 276.52º | 0.12% | 0.76% | - |
| XYZ | 44.31 | 43.34 | 57.07 | - |
| YUV | 177.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 194 | 0.05 | 0.12 | 0 | 0.24 | 276.52 | 0.16 | 0.72 |
| Hex | B9 | AB | C2 | 5 | C | 0 | 18 | 115 | 10 | 48 |
| Octal | 271 | 253 | 302 | 5 | 14 | 0 | 30 | 425 | 20 | 110 |
| Binary | 10111001 | 10101011 | 11000010 | 101 | 1100 | 0 | 11000 | 100010101 | 10000 | 1001000 |
Color Harmonies of #B9ABC2
Complementary color
Monochromatic Colors of #B9ABC2
Black with #B9ABC2
Text Example
Text Example
White with #B9ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ABC2; }
p { color: rgb(185,171,194); }
H1.HeaderClassName
{
color: #B9ABC2;
}
.AnyTagClassName
{
color: #B9ABC2;
}
</style>
background-color css
<style>
a { background-color: #B9ABC2; }
a { background-color: rgb(185,171,194); }
div.DivClassName
{
background-color: #B9ABC2;
}
.BgClassName
{
background-color: #B9ABC2;
}
</style>
border-color css
<style>
span { border-color: #B9ABC2; }
span { border-color: rgb(185,171,194); }
td.TdClassName
{
border-color: #B9ABC2;
}
.TagClassName
{
border-color: #B9ABC2;
}
</style>