Shades of Chatelle #B7A0C1
Tints of Chatelle #B7A0C1
RGB
CMYK
RGB Variations
Color information
#B7A0C1 (or 0xB7A0C1) is known color: Chatelle. HEX triplet: B7, A0 and C1. RGB value is (183,160,193). Sum of RGB (Red+Green+Blue) = 183+160+193=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7A0C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0C1 is #485F3E. Grayscale: #AAAAAA. Windows color (decimal): -4742975 or 12689591. OLE color: 12689591.
HSL color Cylindrical-coordinate representation of color #B7A0C1: hue angle of 281.82º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7A0C1 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 160 | 193 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.24 |
| HSL | 281.82º | 0.21% | 0.69% | - |
| HSV(B) | 281.82º | 0.17% | 0.76% | - |
| XYZ | 41.72 | 39.06 | 55.79 | - |
| YUV | 170.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 193 | 0.05 | 0.17 | 0 | 0.24 | 281.82 | 0.21 | 0.69 |
| Hex | B7 | A0 | C1 | 5 | 11 | 0 | 18 | 11A | 15 | 45 |
| Octal | 267 | 240 | 301 | 5 | 21 | 0 | 30 | 432 | 25 | 105 |
| Binary | 10110111 | 10100000 | 11000001 | 101 | 10001 | 0 | 11000 | 100011010 | 10101 | 1000101 |
Color Harmonies of #B7A0C1
Complementary color
Monochromatic Colors of #B7A0C1
Black with #B7A0C1
Text Example
Text Example
White with #B7A0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A0C1; }
p { color: rgb(183,160,193); }
H1.HeaderClassName
{
color: #B7A0C1;
}
.AnyTagClassName
{
color: #B7A0C1;
}
</style>
background-color css
<style>
a { background-color: #B7A0C1; }
a { background-color: rgb(183,160,193); }
div.DivClassName
{
background-color: #B7A0C1;
}
.BgClassName
{
background-color: #B7A0C1;
}
</style>
border-color css
<style>
span { border-color: #B7A0C1; }
span { border-color: rgb(183,160,193); }
td.TdClassName
{
border-color: #B7A0C1;
}
.TagClassName
{
border-color: #B7A0C1;
}
</style>