Shades of Chatelle #B8ABC2
Tints of Chatelle #B8ABC2
RGB
CMYK
RGB Variations
Color information
#B8ABC2 (or 0xB8ABC2) is known color: Chatelle. HEX triplet: B8, AB and C2. RGB value is (184,171,194). Sum of RGB (Red+Green+Blue) = 184+171+194=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 194 - color contains mainly: blue. Hex color #B8ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABC2 is #47543D. Grayscale: #B1B1B1. Windows color (decimal): -4674622 or 12757944. OLE color: 12757944.
HSL color Cylindrical-coordinate representation of color #B8ABC2: hue angle of 273.91º 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 #B8ABC2 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 171 | 194 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.24 |
| HSL | 273.91º | 0.16% | 0.72% | - |
| HSV(B) | 273.91º | 0.12% | 0.76% | - |
| XYZ | 44.07 | 43.21 | 57.06 | - |
| YUV | 177.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 194 | 0.05 | 0.12 | 0 | 0.24 | 273.91 | 0.16 | 0.72 |
| Hex | B8 | AB | C2 | 5 | C | 0 | 18 | 112 | 10 | 48 |
| Octal | 270 | 253 | 302 | 5 | 14 | 0 | 30 | 422 | 20 | 110 |
| Binary | 10111000 | 10101011 | 11000010 | 101 | 1100 | 0 | 11000 | 100010010 | 10000 | 1001000 |
Color Harmonies of #B8ABC2
Complementary color
Monochromatic Colors of #B8ABC2
Black with #B8ABC2
Text Example
Text Example
White with #B8ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABC2; }
p { color: rgb(184,171,194); }
H1.HeaderClassName
{
color: #B8ABC2;
}
.AnyTagClassName
{
color: #B8ABC2;
}
</style>
background-color css
<style>
a { background-color: #B8ABC2; }
a { background-color: rgb(184,171,194); }
div.DivClassName
{
background-color: #B8ABC2;
}
.BgClassName
{
background-color: #B8ABC2;
}
</style>
border-color css
<style>
span { border-color: #B8ABC2; }
span { border-color: rgb(184,171,194); }
td.TdClassName
{
border-color: #B8ABC2;
}
.TagClassName
{
border-color: #B8ABC2;
}
</style>