Shades of Chatelle #B5AABC
Tints of Chatelle #B5AABC
RGB
CMYK
RGB Variations
Color information
#B5AABC (or 0xB5AABC) is known color: Chatelle. HEX triplet: B5, AA and BC. RGB value is (181,170,188). Sum of RGB (Red+Green+Blue) = 181+170+188=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 188 - color contains mainly: blue. Hex color #B5AABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AABC is #4A5543. Grayscale: #AFAFAF. Windows color (decimal): -4871492 or 12364469. OLE color: 12364469.
HSL color Cylindrical-coordinate representation of color #B5AABC: hue angle of 276.67º 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 #B5AABC is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 170 | 188 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.26 |
| HSL | 276.67º | 0.12% | 0.7% | - |
| HSV(B) | 276.67º | 0.1% | 0.74% | - |
| XYZ | 42.51 | 42.2 | 53.48 | - |
| YUV | 175.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 170 | 188 | 0.04 | 0.10 | 0 | 0.26 | 276.67 | 0.12 | 0.7 |
| Hex | B5 | AA | BC | 4 | A | 0 | 1A | 115 | C | 46 |
| Octal | 265 | 252 | 274 | 4 | 12 | 0 | 32 | 425 | 14 | 106 |
| Binary | 10110101 | 10101010 | 10111100 | 100 | 1010 | 0 | 11010 | 100010101 | 1100 | 1000110 |
Color Harmonies of #B5AABC
Complementary color
Monochromatic Colors of #B5AABC
Black with #B5AABC
Text Example
Text Example
White with #B5AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AABC; }
p { color: rgb(181,170,188); }
H1.HeaderClassName
{
color: #B5AABC;
}
.AnyTagClassName
{
color: #B5AABC;
}
</style>
background-color css
<style>
a { background-color: #B5AABC; }
a { background-color: rgb(181,170,188); }
div.DivClassName
{
background-color: #B5AABC;
}
.BgClassName
{
background-color: #B5AABC;
}
</style>
border-color css
<style>
span { border-color: #B5AABC; }
span { border-color: rgb(181,170,188); }
td.TdClassName
{
border-color: #B5AABC;
}
.TagClassName
{
border-color: #B5AABC;
}
</style>