Shades of Chatelle #B6AABC
Tints of Chatelle #B6AABC
RGB
CMYK
RGB Variations
Color information
#B6AABC (or 0xB6AABC) is known color: Chatelle. HEX triplet: B6, AA and BC. RGB value is (182,170,188). Sum of RGB (Red+Green+Blue) = 182+170+188=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 188 - color contains mainly: blue. Hex color #B6AABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AABC is #495543. Grayscale: #AFAFAF. Windows color (decimal): -4805956 or 12364470. OLE color: 12364470.
HSL color Cylindrical-coordinate representation of color #B6AABC: hue angle of 280º 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 #B6AABC is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 170 | 188 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.26 |
| HSL | 280º | 0.12% | 0.7% | - |
| HSV(B) | 280º | 0.1% | 0.74% | - |
| XYZ | 42.74 | 42.33 | 53.49 | - |
| YUV | 175.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 170 | 188 | 0.03 | 0.10 | 0 | 0.26 | 280 | 0.12 | 0.7 |
| Hex | B6 | AA | BC | 3 | A | 0 | 1A | 118 | C | 46 |
| Octal | 266 | 252 | 274 | 3 | 12 | 0 | 32 | 430 | 14 | 106 |
| Binary | 10110110 | 10101010 | 10111100 | 11 | 1010 | 0 | 11010 | 100011000 | 1100 | 1000110 |
Color Harmonies of #B6AABC
Complementary color
Monochromatic Colors of #B6AABC
Black with #B6AABC
Text Example
Text Example
White with #B6AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AABC; }
p { color: rgb(182,170,188); }
H1.HeaderClassName
{
color: #B6AABC;
}
.AnyTagClassName
{
color: #B6AABC;
}
</style>
background-color css
<style>
a { background-color: #B6AABC; }
a { background-color: rgb(182,170,188); }
div.DivClassName
{
background-color: #B6AABC;
}
.BgClassName
{
background-color: #B6AABC;
}
</style>
border-color css
<style>
span { border-color: #B6AABC; }
span { border-color: rgb(182,170,188); }
td.TdClassName
{
border-color: #B6AABC;
}
.TagClassName
{
border-color: #B6AABC;
}
</style>