Shades of Chatelle #B3AAB6
Tints of Chatelle #B3AAB6
RGB
CMYK
RGB Variations
Color information
#B3AAB6 (or 0xB3AAB6) is known color: Chatelle. HEX triplet: B3, AA and B6. RGB value is (179,170,182). Sum of RGB (Red+Green+Blue) = 179+170+182=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 182 - color contains mainly: blue. Hex color #B3AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAB6 is #4C5549. Grayscale: #AEAEAE. Windows color (decimal): -5002570 or 11971251. OLE color: 11971251.
HSL color Cylindrical-coordinate representation of color #B3AAB6: hue angle of 285º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3AAB6 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 170 | 182 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.29 |
| HSL | 285º | 0.08% | 0.69% | - |
| HSV(B) | 285º | 0.07% | 0.71% | - |
| XYZ | 41.41 | 41.71 | 50.12 | - |
| YUV | 174.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 182 | 0.02 | 0.07 | 0 | 0.29 | 285 | 0.08 | 0.69 |
| Hex | B3 | AA | B6 | 2 | 7 | 0 | 1D | 11D | 8 | 45 |
| Octal | 263 | 252 | 266 | 2 | 7 | 0 | 35 | 435 | 10 | 105 |
| Binary | 10110011 | 10101010 | 10110110 | 10 | 111 | 0 | 11101 | 100011101 | 1000 | 1000101 |
Color Harmonies of #B3AAB6
Complementary color
Monochromatic Colors of #B3AAB6
Black with #B3AAB6
Text Example
Text Example
White with #B3AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AAB6; }
p { color: rgb(179,170,182); }
H1.HeaderClassName
{
color: #B3AAB6;
}
.AnyTagClassName
{
color: #B3AAB6;
}
</style>
background-color css
<style>
a { background-color: #B3AAB6; }
a { background-color: rgb(179,170,182); }
div.DivClassName
{
background-color: #B3AAB6;
}
.BgClassName
{
background-color: #B3AAB6;
}
</style>
border-color css
<style>
span { border-color: #B3AAB6; }
span { border-color: rgb(179,170,182); }
td.TdClassName
{
border-color: #B3AAB6;
}
.TagClassName
{
border-color: #B3AAB6;
}
</style>