Shades of Chatelle #B8ADBC
Tints of Chatelle #B8ADBC
RGB
CMYK
RGB Variations
Color information
#B8ADBC (or 0xB8ADBC) is known color: Chatelle. HEX triplet: B8, AD and BC. RGB value is (184,173,188). Sum of RGB (Red+Green+Blue) = 184+173+188=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #B8ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADBC is #475243. Grayscale: #B1B1B1. Windows color (decimal): -4674116 or 12365240. OLE color: 12365240.
HSL color Cylindrical-coordinate representation of color #B8ADBC: hue angle of 284º 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 #B8ADBC is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 173 | 188 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.26 |
| HSL | 284º | 0.1% | 0.71% | - |
| HSV(B) | 284º | 0.08% | 0.74% | - |
| XYZ | 43.79 | 43.71 | 53.71 | - |
| YUV | 178 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 188 | 0.02 | 0.08 | 0 | 0.26 | 284 | 0.1 | 0.71 |
| Hex | B8 | AD | BC | 2 | 8 | 0 | 1A | 11C | A | 47 |
| Octal | 270 | 255 | 274 | 2 | 10 | 0 | 32 | 434 | 12 | 107 |
| Binary | 10111000 | 10101101 | 10111100 | 10 | 1000 | 0 | 11010 | 100011100 | 1010 | 1000111 |
Color Harmonies of #B8ADBC
Complementary color
Monochromatic Colors of #B8ADBC
Black with #B8ADBC
Text Example
Text Example
White with #B8ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADBC; }
p { color: rgb(184,173,188); }
H1.HeaderClassName
{
color: #B8ADBC;
}
.AnyTagClassName
{
color: #B8ADBC;
}
</style>
background-color css
<style>
a { background-color: #B8ADBC; }
a { background-color: rgb(184,173,188); }
div.DivClassName
{
background-color: #B8ADBC;
}
.BgClassName
{
background-color: #B8ADBC;
}
</style>
border-color css
<style>
span { border-color: #B8ADBC; }
span { border-color: rgb(184,173,188); }
td.TdClassName
{
border-color: #B8ADBC;
}
.TagClassName
{
border-color: #B8ADBC;
}
</style>