Shades of Chatelle #B4AABC
Tints of Chatelle #B4AABC
RGB
CMYK
RGB Variations
Color information
#B4AABC (or 0xB4AABC) is known color: Chatelle. HEX triplet: B4, AA and BC. RGB value is (180,170,188). Sum of RGB (Red+Green+Blue) = 180+170+188=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #B4AABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AABC is #4B5543. Grayscale: #AEAEAE. Windows color (decimal): -4937028 or 12364468. OLE color: 12364468.
HSL color Cylindrical-coordinate representation of color #B4AABC: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4AABC is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 170 | 188 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.26 |
| HSL | 273.33º | 0.12% | 0.7% | - |
| HSV(B) | 273.33º | 0.1% | 0.74% | - |
| XYZ | 42.27 | 42.08 | 53.47 | - |
| YUV | 175.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 188 | 0.04 | 0.10 | 0 | 0.26 | 273.33 | 0.12 | 0.7 |
| Hex | B4 | AA | BC | 4 | A | 0 | 1A | 111 | C | 46 |
| Octal | 264 | 252 | 274 | 4 | 12 | 0 | 32 | 421 | 14 | 106 |
| Binary | 10110100 | 10101010 | 10111100 | 100 | 1010 | 0 | 11010 | 100010001 | 1100 | 1000110 |
Color Harmonies of #B4AABC
Complementary color
Monochromatic Colors of #B4AABC
Black with #B4AABC
Text Example
Text Example
White with #B4AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AABC; }
p { color: rgb(180,170,188); }
H1.HeaderClassName
{
color: #B4AABC;
}
.AnyTagClassName
{
color: #B4AABC;
}
</style>
background-color css
<style>
a { background-color: #B4AABC; }
a { background-color: rgb(180,170,188); }
div.DivClassName
{
background-color: #B4AABC;
}
.BgClassName
{
background-color: #B4AABC;
}
</style>
border-color css
<style>
span { border-color: #B4AABC; }
span { border-color: rgb(180,170,188); }
td.TdClassName
{
border-color: #B4AABC;
}
.TagClassName
{
border-color: #B4AABC;
}
</style>