Shades of Chatelle #B4AABA
Tints of Chatelle #B4AABA
RGB
CMYK
RGB Variations
Color information
#B4AABA (or 0xB4AABA) is known color: Chatelle. HEX triplet: B4, AA and BA. RGB value is (180,170,186). Sum of RGB (Red+Green+Blue) = 180+170+186=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AABA is #4B5545. Grayscale: #AEAEAE. Windows color (decimal): -4937030 or 12233396. OLE color: 12233396.
HSL color Cylindrical-coordinate representation of color #B4AABA: hue angle of 277.5º degrees, saturation: 0.1, 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 #B4AABA is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 170 | 186 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.27 |
| HSL | 277.5º | 0.1% | 0.7% | - |
| HSV(B) | 277.5º | 0.09% | 0.73% | - |
| XYZ | 42.06 | 42 | 52.34 | - |
| YUV | 174.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 186 | 0.03 | 0.09 | 0 | 0.27 | 277.5 | 0.1 | 0.7 |
| Hex | B4 | AA | BA | 3 | 9 | 0 | 1B | 116 | A | 46 |
| Octal | 264 | 252 | 272 | 3 | 11 | 0 | 33 | 426 | 12 | 106 |
| Binary | 10110100 | 10101010 | 10111010 | 11 | 1001 | 0 | 11011 | 100010110 | 1010 | 1000110 |
Color Harmonies of #B4AABA
Complementary color
Monochromatic Colors of #B4AABA
Black with #B4AABA
Text Example
Text Example
White with #B4AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AABA; }
p { color: rgb(180,170,186); }
H1.HeaderClassName
{
color: #B4AABA;
}
.AnyTagClassName
{
color: #B4AABA;
}
</style>
background-color css
<style>
a { background-color: #B4AABA; }
a { background-color: rgb(180,170,186); }
div.DivClassName
{
background-color: #B4AABA;
}
.BgClassName
{
background-color: #B4AABA;
}
</style>
border-color css
<style>
span { border-color: #B4AABA; }
span { border-color: rgb(180,170,186); }
td.TdClassName
{
border-color: #B4AABA;
}
.TagClassName
{
border-color: #B4AABA;
}
</style>