Shades of Chatelle #B4A1BA
Tints of Chatelle #B4A1BA
RGB
CMYK
RGB Variations
Color information
#B4A1BA (or 0xB4A1BA) is known color: Chatelle. HEX triplet: B4, A1 and BA. RGB value is (180,161,186). Sum of RGB (Red+Green+Blue) = 180+161+186=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4A1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A1BA is #4B5E45. Grayscale: #A9A9A9. Windows color (decimal): -4939334 or 12231092. OLE color: 12231092.
HSL color Cylindrical-coordinate representation of color #B4A1BA: hue angle of 285.6º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4A1BA is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 161 | 186 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.27 |
| HSL | 285.6º | 0.15% | 0.68% | - |
| HSV(B) | 285.6º | 0.13% | 0.73% | - |
| XYZ | 40.43 | 38.74 | 51.8 | - |
| YUV | 169.53 | 137.29 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 161 | 186 | 0.03 | 0.13 | 0 | 0.27 | 285.6 | 0.15 | 0.68 |
| Hex | B4 | A1 | BA | 3 | D | 0 | 1B | 11E | F | 44 |
| Octal | 264 | 241 | 272 | 3 | 15 | 0 | 33 | 436 | 17 | 104 |
| Binary | 10110100 | 10100001 | 10111010 | 11 | 1101 | 0 | 11011 | 100011110 | 1111 | 1000100 |
Color Harmonies of #B4A1BA
Complementary color
Monochromatic Colors of #B4A1BA
Black with #B4A1BA
Text Example
Text Example
White with #B4A1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A1BA; }
p { color: rgb(180,161,186); }
H1.HeaderClassName
{
color: #B4A1BA;
}
.AnyTagClassName
{
color: #B4A1BA;
}
</style>
background-color css
<style>
a { background-color: #B4A1BA; }
a { background-color: rgb(180,161,186); }
div.DivClassName
{
background-color: #B4A1BA;
}
.BgClassName
{
background-color: #B4A1BA;
}
</style>
border-color css
<style>
span { border-color: #B4A1BA; }
span { border-color: rgb(180,161,186); }
td.TdClassName
{
border-color: #B4A1BA;
}
.TagClassName
{
border-color: #B4A1BA;
}
</style>