Shades of Chatelle #B2A1BF
Tints of Chatelle #B2A1BF
RGB
CMYK
RGB Variations
Color information
#B2A1BF (or 0xB2A1BF) is known color: Chatelle. HEX triplet: B2, A1 and BF. RGB value is (178,161,191). Sum of RGB (Red+Green+Blue) = 178+161+191=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A1BF is #4D5E40. Grayscale: #A9A9A9. Windows color (decimal): -5070401 or 12558770. OLE color: 12558770.
HSL color Cylindrical-coordinate representation of color #B2A1BF: hue angle of 274º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B2A1BF is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 161 | 191 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.25 |
| HSL | 274º | 0.19% | 0.69% | - |
| HSV(B) | 274º | 0.16% | 0.75% | - |
| XYZ | 40.51 | 38.72 | 54.63 | - |
| YUV | 169.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 191 | 0.07 | 0.16 | 0 | 0.25 | 274 | 0.19 | 0.69 |
| Hex | B2 | A1 | BF | 7 | 10 | 0 | 19 | 112 | 13 | 45 |
| Octal | 262 | 241 | 277 | 7 | 20 | 0 | 31 | 422 | 23 | 105 |
| Binary | 10110010 | 10100001 | 10111111 | 111 | 10000 | 0 | 11001 | 100010010 | 10011 | 1000101 |
Color Harmonies of #B2A1BF
Complementary color
Monochromatic Colors of #B2A1BF
Black with #B2A1BF
Text Example
Text Example
White with #B2A1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A1BF; }
p { color: rgb(178,161,191); }
H1.HeaderClassName
{
color: #B2A1BF;
}
.AnyTagClassName
{
color: #B2A1BF;
}
</style>
background-color css
<style>
a { background-color: #B2A1BF; }
a { background-color: rgb(178,161,191); }
div.DivClassName
{
background-color: #B2A1BF;
}
.BgClassName
{
background-color: #B2A1BF;
}
</style>
border-color css
<style>
span { border-color: #B2A1BF; }
span { border-color: rgb(178,161,191); }
td.TdClassName
{
border-color: #B2A1BF;
}
.TagClassName
{
border-color: #B2A1BF;
}
</style>