Shades of Chatelle #B7ADBC
Tints of Chatelle #B7ADBC
RGB
CMYK
RGB Variations
Color information
#B7ADBC (or 0xB7ADBC) is known color: Chatelle. HEX triplet: B7, AD and BC. RGB value is (183,173,188). Sum of RGB (Red+Green+Blue) = 183+173+188=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 188 - color contains mainly: blue. Hex color #B7ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADBC is #485243. Grayscale: #B1B1B1. Windows color (decimal): -4739652 or 12365239. OLE color: 12365239.
HSL color Cylindrical-coordinate representation of color #B7ADBC: hue angle of 280º 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 #B7ADBC is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 173 | 188 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.26 |
| HSL | 280º | 0.1% | 0.71% | - |
| HSV(B) | 280º | 0.08% | 0.74% | - |
| XYZ | 43.55 | 43.59 | 53.69 | - |
| YUV | 177.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 188 | 0.03 | 0.08 | 0 | 0.26 | 280 | 0.1 | 0.71 |
| Hex | B7 | AD | BC | 3 | 8 | 0 | 1A | 118 | A | 47 |
| Octal | 267 | 255 | 274 | 3 | 10 | 0 | 32 | 430 | 12 | 107 |
| Binary | 10110111 | 10101101 | 10111100 | 11 | 1000 | 0 | 11010 | 100011000 | 1010 | 1000111 |
Color Harmonies of #B7ADBC
Complementary color
Monochromatic Colors of #B7ADBC
Black with #B7ADBC
Text Example
Text Example
White with #B7ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADBC; }
p { color: rgb(183,173,188); }
H1.HeaderClassName
{
color: #B7ADBC;
}
.AnyTagClassName
{
color: #B7ADBC;
}
</style>
background-color css
<style>
a { background-color: #B7ADBC; }
a { background-color: rgb(183,173,188); }
div.DivClassName
{
background-color: #B7ADBC;
}
.BgClassName
{
background-color: #B7ADBC;
}
</style>
border-color css
<style>
span { border-color: #B7ADBC; }
span { border-color: rgb(183,173,188); }
td.TdClassName
{
border-color: #B7ADBC;
}
.TagClassName
{
border-color: #B7ADBC;
}
</style>