Shades of Chatelle #B6A1BC
Tints of Chatelle #B6A1BC
RGB
CMYK
RGB Variations
Color information
#B6A1BC (or 0xB6A1BC) is known color: Chatelle. HEX triplet: B6, A1 and BC. RGB value is (182,161,188). Sum of RGB (Red+Green+Blue) = 182+161+188=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 188 - color contains mainly: blue. Hex color #B6A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A1BC is #495E43. Grayscale: #AAAAAA. Windows color (decimal): -4808260 or 12362166. OLE color: 12362166.
HSL color Cylindrical-coordinate representation of color #B6A1BC: hue angle of 286.67º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6A1BC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 161 | 188 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.26 |
| HSL | 286.67º | 0.17% | 0.68% | - |
| HSV(B) | 286.67º | 0.14% | 0.74% | - |
| XYZ | 41.11 | 39.07 | 52.95 | - |
| YUV | 170.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 188 | 0.03 | 0.14 | 0 | 0.26 | 286.67 | 0.17 | 0.68 |
| Hex | B6 | A1 | BC | 3 | E | 0 | 1A | 11F | 11 | 44 |
| Octal | 266 | 241 | 274 | 3 | 16 | 0 | 32 | 437 | 21 | 104 |
| Binary | 10110110 | 10100001 | 10111100 | 11 | 1110 | 0 | 11010 | 100011111 | 10001 | 1000100 |
Color Harmonies of #B6A1BC
Complementary color
Monochromatic Colors of #B6A1BC
Black with #B6A1BC
Text Example
Text Example
White with #B6A1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A1BC; }
p { color: rgb(182,161,188); }
H1.HeaderClassName
{
color: #B6A1BC;
}
.AnyTagClassName
{
color: #B6A1BC;
}
</style>
background-color css
<style>
a { background-color: #B6A1BC; }
a { background-color: rgb(182,161,188); }
div.DivClassName
{
background-color: #B6A1BC;
}
.BgClassName
{
background-color: #B6A1BC;
}
</style>
border-color css
<style>
span { border-color: #B6A1BC; }
span { border-color: rgb(182,161,188); }
td.TdClassName
{
border-color: #B6A1BC;
}
.TagClassName
{
border-color: #B6A1BC;
}
</style>