Shades of Chatelle #B4AABD
Tints of Chatelle #B4AABD
RGB
CMYK
RGB Variations
Color information
#B4AABD (or 0xB4AABD) is known color: Chatelle. HEX triplet: B4, AA and BD. RGB value is (180,170,189). Sum of RGB (Red+Green+Blue) = 180+170+189=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #B4AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AABD is #4B5542. Grayscale: #AFAFAF. Windows color (decimal): -4937027 or 12430004. OLE color: 12430004.
HSL color Cylindrical-coordinate representation of color #B4AABD: hue angle of 271.58º degrees, saturation: 0.13, 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 #B4AABD is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 170 | 189 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.26 |
| HSL | 271.58º | 0.13% | 0.7% | - |
| HSV(B) | 271.58º | 0.1% | 0.74% | - |
| XYZ | 42.38 | 42.13 | 54.04 | - |
| YUV | 175.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 170 | 189 | 0.05 | 0.10 | 0 | 0.26 | 271.58 | 0.13 | 0.7 |
| Hex | B4 | AA | BD | 5 | A | 0 | 1A | 110 | D | 46 |
| Octal | 264 | 252 | 275 | 5 | 12 | 0 | 32 | 420 | 15 | 106 |
| Binary | 10110100 | 10101010 | 10111101 | 101 | 1010 | 0 | 11010 | 100010000 | 1101 | 1000110 |
Color Harmonies of #B4AABD
Complementary color
Monochromatic Colors of #B4AABD
Black with #B4AABD
Text Example
Text Example
White with #B4AABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AABD; }
p { color: rgb(180,170,189); }
H1.HeaderClassName
{
color: #B4AABD;
}
.AnyTagClassName
{
color: #B4AABD;
}
</style>
background-color css
<style>
a { background-color: #B4AABD; }
a { background-color: rgb(180,170,189); }
div.DivClassName
{
background-color: #B4AABD;
}
.BgClassName
{
background-color: #B4AABD;
}
</style>
border-color css
<style>
span { border-color: #B4AABD; }
span { border-color: rgb(180,170,189); }
td.TdClassName
{
border-color: #B4AABD;
}
.TagClassName
{
border-color: #B4AABD;
}
</style>