Shades of Chatelle #B7AABB
Tints of Chatelle #B7AABB
RGB
CMYK
RGB Variations
Color information
#B7AABB (or 0xB7AABB) is known color: Chatelle. HEX triplet: B7, AA and BB. RGB value is (183,170,187). Sum of RGB (Red+Green+Blue) = 183+170+187=540 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.89% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 187 - color contains mainly: blue. Hex color #B7AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AABB is #485544. Grayscale: #AFAFAF. Windows color (decimal): -4740421 or 12298935. OLE color: 12298935.
HSL color Cylindrical-coordinate representation of color #B7AABB: hue angle of 285.88º 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 #B7AABB is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 170 | 187 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.27 |
| HSL | 285.88º | 0.11% | 0.7% | - |
| HSV(B) | 285.88º | 0.09% | 0.73% | - |
| XYZ | 42.87 | 42.4 | 52.94 | - |
| YUV | 175.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 187 | 0.02 | 0.09 | 0 | 0.27 | 285.88 | 0.11 | 0.7 |
| Hex | B7 | AA | BB | 2 | 9 | 0 | 1B | 11E | B | 46 |
| Octal | 267 | 252 | 273 | 2 | 11 | 0 | 33 | 436 | 13 | 106 |
| Binary | 10110111 | 10101010 | 10111011 | 10 | 1001 | 0 | 11011 | 100011110 | 1011 | 1000110 |
Color Harmonies of #B7AABB
Complementary color
Monochromatic Colors of #B7AABB
Black with #B7AABB
Text Example
Text Example
White with #B7AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AABB; }
p { color: rgb(183,170,187); }
H1.HeaderClassName
{
color: #B7AABB;
}
.AnyTagClassName
{
color: #B7AABB;
}
</style>
background-color css
<style>
a { background-color: #B7AABB; }
a { background-color: rgb(183,170,187); }
div.DivClassName
{
background-color: #B7AABB;
}
.BgClassName
{
background-color: #B7AABB;
}
</style>
border-color css
<style>
span { border-color: #B7AABB; }
span { border-color: rgb(183,170,187); }
td.TdClassName
{
border-color: #B7AABB;
}
.TagClassName
{
border-color: #B7AABB;
}
</style>