Shades of Chatelle #B7ABBB
Tints of Chatelle #B7ABBB
RGB
CMYK
RGB Variations
Color information
#B7ABBB (or 0xB7ABBB) is known color: Chatelle. HEX triplet: B7, AB and BB. RGB value is (183,171,187). Sum of RGB (Red+Green+Blue) = 183+171+187=541 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.83% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #B7ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABBB is #485444. Grayscale: #B0B0B0. Windows color (decimal): -4740165 or 12299191. OLE color: 12299191.
HSL color Cylindrical-coordinate representation of color #B7ABBB: hue angle of 285º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7ABBB is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 171 | 187 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.27 |
| HSL | 285º | 0.11% | 0.7% | - |
| HSV(B) | 285º | 0.09% | 0.73% | - |
| XYZ | 43.06 | 42.78 | 53 | - |
| YUV | 176.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 171 | 187 | 0.02 | 0.09 | 0 | 0.27 | 285 | 0.11 | 0.7 |
| Hex | B7 | AB | BB | 2 | 9 | 0 | 1B | 11D | B | 46 |
| Octal | 267 | 253 | 273 | 2 | 11 | 0 | 33 | 435 | 13 | 106 |
| Binary | 10110111 | 10101011 | 10111011 | 10 | 1001 | 0 | 11011 | 100011101 | 1011 | 1000110 |
Color Harmonies of #B7ABBB
Complementary color
Monochromatic Colors of #B7ABBB
Black with #B7ABBB
Text Example
Text Example
White with #B7ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ABBB; }
p { color: rgb(183,171,187); }
H1.HeaderClassName
{
color: #B7ABBB;
}
.AnyTagClassName
{
color: #B7ABBB;
}
</style>
background-color css
<style>
a { background-color: #B7ABBB; }
a { background-color: rgb(183,171,187); }
div.DivClassName
{
background-color: #B7ABBB;
}
.BgClassName
{
background-color: #B7ABBB;
}
</style>
border-color css
<style>
span { border-color: #B7ABBB; }
span { border-color: rgb(183,171,187); }
td.TdClassName
{
border-color: #B7ABBB;
}
.TagClassName
{
border-color: #B7ABBB;
}
</style>