Shades of Chatelle #B8A0C0
Tints of Chatelle #B8A0C0
RGB
CMYK
RGB Variations
Color information
#B8A0C0 (or 0xB8A0C0) is known color: Chatelle. HEX triplet: B8, A0 and C0. RGB value is (184,160,192). Sum of RGB (Red+Green+Blue) = 184+160+192=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #B8A0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A0C0 is #475F3F. Grayscale: #AAAAAA. Windows color (decimal): -4677440 or 12624056. OLE color: 12624056.
HSL color Cylindrical-coordinate representation of color #B8A0C0: hue angle of 285º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8A0C0 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 160 | 192 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.25 |
| HSL | 285º | 0.2% | 0.69% | - |
| HSV(B) | 285º | 0.17% | 0.75% | - |
| XYZ | 41.85 | 39.14 | 55.22 | - |
| YUV | 170.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 160 | 192 | 0.04 | 0.17 | 0 | 0.25 | 285 | 0.2 | 0.69 |
| Hex | B8 | A0 | C0 | 4 | 11 | 0 | 19 | 11D | 14 | 45 |
| Octal | 270 | 240 | 300 | 4 | 21 | 0 | 31 | 435 | 24 | 105 |
| Binary | 10111000 | 10100000 | 11000000 | 100 | 10001 | 0 | 11001 | 100011101 | 10100 | 1000101 |
Color Harmonies of #B8A0C0
Complementary color
Monochromatic Colors of #B8A0C0
Black with #B8A0C0
Text Example
Text Example
White with #B8A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A0C0; }
p { color: rgb(184,160,192); }
H1.HeaderClassName
{
color: #B8A0C0;
}
.AnyTagClassName
{
color: #B8A0C0;
}
</style>
background-color css
<style>
a { background-color: #B8A0C0; }
a { background-color: rgb(184,160,192); }
div.DivClassName
{
background-color: #B8A0C0;
}
.BgClassName
{
background-color: #B8A0C0;
}
</style>
border-color css
<style>
span { border-color: #B8A0C0; }
span { border-color: rgb(184,160,192); }
td.TdClassName
{
border-color: #B8A0C0;
}
.TagClassName
{
border-color: #B8A0C0;
}
</style>