Shades of Chatelle #B7ABC1
Tints of Chatelle #B7ABC1
RGB
CMYK
RGB Variations
Color information
#B7ABC1 (or 0xB7ABC1) is known color: Chatelle. HEX triplet: B7, AB and C1. RGB value is (183,171,193). Sum of RGB (Red+Green+Blue) = 183+171+193=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABC1 is #48543E. Grayscale: #B1B1B1. Windows color (decimal): -4740159 or 12692407. OLE color: 12692407.
HSL color Cylindrical-coordinate representation of color #B7ABC1: hue angle of 272.73º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7ABC1 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 171 | 193 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.24 |
| HSL | 272.73º | 0.15% | 0.71% | - |
| HSV(B) | 272.73º | 0.11% | 0.76% | - |
| XYZ | 43.72 | 43.04 | 56.46 | - |
| YUV | 177.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 193 | 0.05 | 0.11 | 0 | 0.24 | 272.73 | 0.15 | 0.71 |
| Hex | B7 | AB | C1 | 5 | B | 0 | 18 | 111 | F | 47 |
| Octal | 267 | 253 | 301 | 5 | 13 | 0 | 30 | 421 | 17 | 107 |
| Binary | 10110111 | 10101011 | 11000001 | 101 | 1011 | 0 | 11000 | 100010001 | 1111 | 1000111 |
Color Harmonies of #B7ABC1
Complementary color
Monochromatic Colors of #B7ABC1
Black with #B7ABC1
Text Example
Text Example
White with #B7ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ABC1; }
p { color: rgb(183,171,193); }
H1.HeaderClassName
{
color: #B7ABC1;
}
.AnyTagClassName
{
color: #B7ABC1;
}
</style>
background-color css
<style>
a { background-color: #B7ABC1; }
a { background-color: rgb(183,171,193); }
div.DivClassName
{
background-color: #B7ABC1;
}
.BgClassName
{
background-color: #B7ABC1;
}
</style>
border-color css
<style>
span { border-color: #B7ABC1; }
span { border-color: rgb(183,171,193); }
td.TdClassName
{
border-color: #B7ABC1;
}
.TagClassName
{
border-color: #B7ABC1;
}
</style>