Shades of Chatelle #B4A1BB
Tints of Chatelle #B4A1BB
RGB
CMYK
RGB Variations
Color information
#B4A1BB (or 0xB4A1BB) is known color: Chatelle. HEX triplet: B4, A1 and BB. RGB value is (180,161,187). Sum of RGB (Red+Green+Blue) = 180+161+187=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #B4A1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A1BB is #4B5E44. Grayscale: #A9A9A9. Windows color (decimal): -4939333 or 12296628. OLE color: 12296628.
HSL color Cylindrical-coordinate representation of color #B4A1BB: hue angle of 283.85º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4A1BB is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 161 | 187 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.27 |
| HSL | 283.85º | 0.16% | 0.68% | - |
| HSV(B) | 283.85º | 0.14% | 0.73% | - |
| XYZ | 40.54 | 38.78 | 52.36 | - |
| YUV | 169.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 161 | 187 | 0.04 | 0.14 | 0 | 0.27 | 283.85 | 0.16 | 0.68 |
| Hex | B4 | A1 | BB | 4 | E | 0 | 1B | 11C | 10 | 44 |
| Octal | 264 | 241 | 273 | 4 | 16 | 0 | 33 | 434 | 20 | 104 |
| Binary | 10110100 | 10100001 | 10111011 | 100 | 1110 | 0 | 11011 | 100011100 | 10000 | 1000100 |
Color Harmonies of #B4A1BB
Complementary color
Monochromatic Colors of #B4A1BB
Black with #B4A1BB
Text Example
Text Example
White with #B4A1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A1BB; }
p { color: rgb(180,161,187); }
H1.HeaderClassName
{
color: #B4A1BB;
}
.AnyTagClassName
{
color: #B4A1BB;
}
</style>
background-color css
<style>
a { background-color: #B4A1BB; }
a { background-color: rgb(180,161,187); }
div.DivClassName
{
background-color: #B4A1BB;
}
.BgClassName
{
background-color: #B4A1BB;
}
</style>
border-color css
<style>
span { border-color: #B4A1BB; }
span { border-color: rgb(180,161,187); }
td.TdClassName
{
border-color: #B4A1BB;
}
.TagClassName
{
border-color: #B4A1BB;
}
</style>