Shades of Chatelle #B4AABB
Tints of Chatelle #B4AABB
RGB
CMYK
RGB Variations
Color information
#B4AABB (or 0xB4AABB) is known color: Chatelle. HEX triplet: B4, AA and BB. RGB value is (180,170,187). Sum of RGB (Red+Green+Blue) = 180+170+187=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #B4AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AABB is #4B5544. Grayscale: #AEAEAE. Windows color (decimal): -4937029 or 12298932. OLE color: 12298932.
HSL color Cylindrical-coordinate representation of color #B4AABB: hue angle of 275.29º 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 #B4AABB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 170 | 187 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.27 |
| HSL | 275.29º | 0.11% | 0.7% | - |
| HSV(B) | 275.29º | 0.09% | 0.73% | - |
| XYZ | 42.17 | 42.04 | 52.91 | - |
| YUV | 174.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 187 | 0.04 | 0.09 | 0 | 0.27 | 275.29 | 0.11 | 0.7 |
| Hex | B4 | AA | BB | 4 | 9 | 0 | 1B | 113 | B | 46 |
| Octal | 264 | 252 | 273 | 4 | 11 | 0 | 33 | 423 | 13 | 106 |
| Binary | 10110100 | 10101010 | 10111011 | 100 | 1001 | 0 | 11011 | 100010011 | 1011 | 1000110 |
Color Harmonies of #B4AABB
Complementary color
Monochromatic Colors of #B4AABB
Black with #B4AABB
Text Example
Text Example
White with #B4AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AABB; }
p { color: rgb(180,170,187); }
H1.HeaderClassName
{
color: #B4AABB;
}
.AnyTagClassName
{
color: #B4AABB;
}
</style>
background-color css
<style>
a { background-color: #B4AABB; }
a { background-color: rgb(180,170,187); }
div.DivClassName
{
background-color: #B4AABB;
}
.BgClassName
{
background-color: #B4AABB;
}
</style>
border-color css
<style>
span { border-color: #B4AABB; }
span { border-color: rgb(180,170,187); }
td.TdClassName
{
border-color: #B4AABB;
}
.TagClassName
{
border-color: #B4AABB;
}
</style>