Shades of Chatelle #B7A5C0
Tints of Chatelle #B7A5C0
RGB
CMYK
RGB Variations
Color information
#B7A5C0 (or 0xB7A5C0) is known color: Chatelle. HEX triplet: B7, A5 and C0. RGB value is (183,165,192). Sum of RGB (Red+Green+Blue) = 183+165+192=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 192 - color contains mainly: blue. Hex color #B7A5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A5C0 is #485A3F. Grayscale: #ADADAD. Windows color (decimal): -4741696 or 12625335. OLE color: 12625335.
HSL color Cylindrical-coordinate representation of color #B7A5C0: hue angle of 280º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7A5C0 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 165 | 192 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.25 |
| HSL | 280º | 0.18% | 0.7% | - |
| HSV(B) | 280º | 0.14% | 0.75% | - |
| XYZ | 42.5 | 40.78 | 55.5 | - |
| YUV | 173.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 165 | 192 | 0.05 | 0.14 | 0 | 0.25 | 280 | 0.18 | 0.7 |
| Hex | B7 | A5 | C0 | 5 | E | 0 | 19 | 118 | 12 | 46 |
| Octal | 267 | 245 | 300 | 5 | 16 | 0 | 31 | 430 | 22 | 106 |
| Binary | 10110111 | 10100101 | 11000000 | 101 | 1110 | 0 | 11001 | 100011000 | 10010 | 1000110 |
Color Harmonies of #B7A5C0
Complementary color
Monochromatic Colors of #B7A5C0
Black with #B7A5C0
Text Example
Text Example
White with #B7A5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A5C0; }
p { color: rgb(183,165,192); }
H1.HeaderClassName
{
color: #B7A5C0;
}
.AnyTagClassName
{
color: #B7A5C0;
}
</style>
background-color css
<style>
a { background-color: #B7A5C0; }
a { background-color: rgb(183,165,192); }
div.DivClassName
{
background-color: #B7A5C0;
}
.BgClassName
{
background-color: #B7A5C0;
}
</style>
border-color css
<style>
span { border-color: #B7A5C0; }
span { border-color: rgb(183,165,192); }
td.TdClassName
{
border-color: #B7A5C0;
}
.TagClassName
{
border-color: #B7A5C0;
}
</style>