Shades of Chatelle #B4ADBB
Tints of Chatelle #B4ADBB
RGB
CMYK
RGB Variations
Color information
#B4ADBB (or 0xB4ADBB) is known color: Chatelle. HEX triplet: B4, AD and BB. RGB value is (180,173,187). Sum of RGB (Red+Green+Blue) = 180+173+187=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 187 - color contains mainly: blue. Hex color #B4ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADBB is #4B5244. Grayscale: #B0B0B0. Windows color (decimal): -4936261 or 12299700. OLE color: 12299700.
HSL color Cylindrical-coordinate representation of color #B4ADBB: hue angle of 270º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4ADBB is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 173 | 187 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.27 |
| HSL | 270º | 0.09% | 0.71% | - |
| HSV(B) | 270º | 0.07% | 0.73% | - |
| XYZ | 42.74 | 43.18 | 53.1 | - |
| YUV | 176.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 187 | 0.04 | 0.07 | 0 | 0.27 | 270 | 0.09 | 0.71 |
| Hex | B4 | AD | BB | 4 | 7 | 0 | 1B | 10E | 9 | 47 |
| Octal | 264 | 255 | 273 | 4 | 7 | 0 | 33 | 416 | 11 | 107 |
| Binary | 10110100 | 10101101 | 10111011 | 100 | 111 | 0 | 11011 | 100001110 | 1001 | 1000111 |
Color Harmonies of #B4ADBB
Complementary color
Monochromatic Colors of #B4ADBB
Black with #B4ADBB
Text Example
Text Example
White with #B4ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ADBB; }
p { color: rgb(180,173,187); }
H1.HeaderClassName
{
color: #B4ADBB;
}
.AnyTagClassName
{
color: #B4ADBB;
}
</style>
background-color css
<style>
a { background-color: #B4ADBB; }
a { background-color: rgb(180,173,187); }
div.DivClassName
{
background-color: #B4ADBB;
}
.BgClassName
{
background-color: #B4ADBB;
}
</style>
border-color css
<style>
span { border-color: #B4ADBB; }
span { border-color: rgb(180,173,187); }
td.TdClassName
{
border-color: #B4ADBB;
}
.TagClassName
{
border-color: #B4ADBB;
}
</style>