Shades of Chatelle #B8ABC0
Tints of Chatelle #B8ABC0
RGB
CMYK
RGB Variations
Color information
#B8ABC0 (or 0xB8ABC0) is known color: Chatelle. HEX triplet: B8, AB and C0. RGB value is (184,171,192). Sum of RGB (Red+Green+Blue) = 184+171+192=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #B8ABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABC0 is #47543F. Grayscale: #B1B1B1. Windows color (decimal): -4674624 or 12626872. OLE color: 12626872.
HSL color Cylindrical-coordinate representation of color #B8ABC0: hue angle of 277.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8ABC0 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 171 | 192 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.25 |
| HSL | 277.14º | 0.14% | 0.71% | - |
| HSV(B) | 277.14º | 0.11% | 0.75% | - |
| XYZ | 43.84 | 43.12 | 55.88 | - |
| YUV | 177.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 192 | 0.04 | 0.11 | 0 | 0.25 | 277.14 | 0.14 | 0.71 |
| Hex | B8 | AB | C0 | 4 | B | 0 | 19 | 115 | E | 47 |
| Octal | 270 | 253 | 300 | 4 | 13 | 0 | 31 | 425 | 16 | 107 |
| Binary | 10111000 | 10101011 | 11000000 | 100 | 1011 | 0 | 11001 | 100010101 | 1110 | 1000111 |
Color Harmonies of #B8ABC0
Complementary color
Monochromatic Colors of #B8ABC0
Black with #B8ABC0
Text Example
Text Example
White with #B8ABC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABC0; }
p { color: rgb(184,171,192); }
H1.HeaderClassName
{
color: #B8ABC0;
}
.AnyTagClassName
{
color: #B8ABC0;
}
</style>
background-color css
<style>
a { background-color: #B8ABC0; }
a { background-color: rgb(184,171,192); }
div.DivClassName
{
background-color: #B8ABC0;
}
.BgClassName
{
background-color: #B8ABC0;
}
</style>
border-color css
<style>
span { border-color: #B8ABC0; }
span { border-color: rgb(184,171,192); }
td.TdClassName
{
border-color: #B8ABC0;
}
.TagClassName
{
border-color: #B8ABC0;
}
</style>