Shades of Chatelle #B6ADBC
Tints of Chatelle #B6ADBC
RGB
CMYK
RGB Variations
Color information
#B6ADBC (or 0xB6ADBC) is known color: Chatelle. HEX triplet: B6, AD and BC. RGB value is (182,173,188). Sum of RGB (Red+Green+Blue) = 182+173+188=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: blue. Hex color #B6ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADBC is #495243. Grayscale: #B1B1B1. Windows color (decimal): -4805188 or 12365238. OLE color: 12365238.
HSL color Cylindrical-coordinate representation of color #B6ADBC: hue angle of 276º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6ADBC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 173 | 188 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.26 |
| HSL | 276º | 0.1% | 0.71% | - |
| HSV(B) | 276º | 0.08% | 0.74% | - |
| XYZ | 43.31 | 43.46 | 53.68 | - |
| YUV | 177.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 173 | 188 | 0.03 | 0.08 | 0 | 0.26 | 276 | 0.1 | 0.71 |
| Hex | B6 | AD | BC | 3 | 8 | 0 | 1A | 114 | A | 47 |
| Octal | 266 | 255 | 274 | 3 | 10 | 0 | 32 | 424 | 12 | 107 |
| Binary | 10110110 | 10101101 | 10111100 | 11 | 1000 | 0 | 11010 | 100010100 | 1010 | 1000111 |
Color Harmonies of #B6ADBC
Complementary color
Monochromatic Colors of #B6ADBC
Black with #B6ADBC
Text Example
Text Example
White with #B6ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ADBC; }
p { color: rgb(182,173,188); }
H1.HeaderClassName
{
color: #B6ADBC;
}
.AnyTagClassName
{
color: #B6ADBC;
}
</style>
background-color css
<style>
a { background-color: #B6ADBC; }
a { background-color: rgb(182,173,188); }
div.DivClassName
{
background-color: #B6ADBC;
}
.BgClassName
{
background-color: #B6ADBC;
}
</style>
border-color css
<style>
span { border-color: #B6ADBC; }
span { border-color: rgb(182,173,188); }
td.TdClassName
{
border-color: #B6ADBC;
}
.TagClassName
{
border-color: #B6ADBC;
}
</style>