Shades of Chatelle #B7ADBD
Tints of Chatelle #B7ADBD
RGB
CMYK
RGB Variations
Color information
#B7ADBD (or 0xB7ADBD) is known color: Chatelle. HEX triplet: B7, AD and BD. RGB value is (183,173,189). Sum of RGB (Red+Green+Blue) = 183+173+189=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ADBD is #485242. Grayscale: #B1B1B1. Windows color (decimal): -4739651 or 12430775. OLE color: 12430775.
HSL color Cylindrical-coordinate representation of color #B7ADBD: hue angle of 277.5º degrees, saturation: 0.11, 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 #B7ADBD is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 173 | 189 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.26 |
| HSL | 277.5º | 0.11% | 0.71% | - |
| HSV(B) | 277.5º | 0.08% | 0.74% | - |
| XYZ | 43.66 | 43.63 | 54.26 | - |
| YUV | 177.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 173 | 189 | 0.03 | 0.08 | 0 | 0.26 | 277.5 | 0.11 | 0.71 |
| Hex | B7 | AD | BD | 3 | 8 | 0 | 1A | 116 | B | 47 |
| Octal | 267 | 255 | 275 | 3 | 10 | 0 | 32 | 426 | 13 | 107 |
| Binary | 10110111 | 10101101 | 10111101 | 11 | 1000 | 0 | 11010 | 100010110 | 1011 | 1000111 |
Color Harmonies of #B7ADBD
Complementary color
Monochromatic Colors of #B7ADBD
Black with #B7ADBD
Text Example
Text Example
White with #B7ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADBD; }
p { color: rgb(183,173,189); }
H1.HeaderClassName
{
color: #B7ADBD;
}
.AnyTagClassName
{
color: #B7ADBD;
}
</style>
background-color css
<style>
a { background-color: #B7ADBD; }
a { background-color: rgb(183,173,189); }
div.DivClassName
{
background-color: #B7ADBD;
}
.BgClassName
{
background-color: #B7ADBD;
}
</style>
border-color css
<style>
span { border-color: #B7ADBD; }
span { border-color: rgb(183,173,189); }
td.TdClassName
{
border-color: #B7ADBD;
}
.TagClassName
{
border-color: #B7ADBD;
}
</style>