Shades of Chatelle #B8ADBF
Tints of Chatelle #B8ADBF
RGB
CMYK
RGB Variations
Color information
#B8ADBF (or 0xB8ADBF) is known color: Chatelle. HEX triplet: B8, AD and BF. RGB value is (184,173,191). Sum of RGB (Red+Green+Blue) = 184+173+191=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #B8ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ADBF is #475240. Grayscale: #B2B2B2. Windows color (decimal): -4674113 or 12561848. OLE color: 12561848.
HSL color Cylindrical-coordinate representation of color #B8ADBF: hue angle of 276.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8ADBF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 173 | 191 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.25 |
| HSL | 276.67º | 0.12% | 0.71% | - |
| HSV(B) | 276.67º | 0.09% | 0.75% | - |
| XYZ | 44.11 | 43.84 | 55.43 | - |
| YUV | 178.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 191 | 0.04 | 0.09 | 0 | 0.25 | 276.67 | 0.12 | 0.71 |
| Hex | B8 | AD | BF | 4 | 9 | 0 | 19 | 115 | C | 47 |
| Octal | 270 | 255 | 277 | 4 | 11 | 0 | 31 | 425 | 14 | 107 |
| Binary | 10111000 | 10101101 | 10111111 | 100 | 1001 | 0 | 11001 | 100010101 | 1100 | 1000111 |
Color Harmonies of #B8ADBF
Complementary color
Monochromatic Colors of #B8ADBF
Black with #B8ADBF
Text Example
Text Example
White with #B8ADBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ADBF; }
p { color: rgb(184,173,191); }
H1.HeaderClassName
{
color: #B8ADBF;
}
.AnyTagClassName
{
color: #B8ADBF;
}
</style>
background-color css
<style>
a { background-color: #B8ADBF; }
a { background-color: rgb(184,173,191); }
div.DivClassName
{
background-color: #B8ADBF;
}
.BgClassName
{
background-color: #B8ADBF;
}
</style>
border-color css
<style>
span { border-color: #B8ADBF; }
span { border-color: rgb(184,173,191); }
td.TdClassName
{
border-color: #B8ADBF;
}
.TagClassName
{
border-color: #B8ADBF;
}
</style>