Shades of Chatelle #B5A1BF
Tints of Chatelle #B5A1BF
RGB
CMYK
RGB Variations
Color information
#B5A1BF (or 0xB5A1BF) is known color: Chatelle. HEX triplet: B5, A1 and BF. RGB value is (181,161,191). Sum of RGB (Red+Green+Blue) = 181+161+191=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #B5A1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A1BF is #4A5E40. Grayscale: #AAAAAA. Windows color (decimal): -4873793 or 12558773. OLE color: 12558773.
HSL color Cylindrical-coordinate representation of color #B5A1BF: hue angle of 280º 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 #B5A1BF is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 161 | 191 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.25 |
| HSL | 280º | 0.19% | 0.69% | - |
| HSV(B) | 280º | 0.16% | 0.75% | - |
| XYZ | 41.2 | 39.08 | 54.66 | - |
| YUV | 170.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 191 | 0.05 | 0.16 | 0 | 0.25 | 280 | 0.19 | 0.69 |
| Hex | B5 | A1 | BF | 5 | 10 | 0 | 19 | 118 | 13 | 45 |
| Octal | 265 | 241 | 277 | 5 | 20 | 0 | 31 | 430 | 23 | 105 |
| Binary | 10110101 | 10100001 | 10111111 | 101 | 10000 | 0 | 11001 | 100011000 | 10011 | 1000101 |
Color Harmonies of #B5A1BF
Complementary color
Monochromatic Colors of #B5A1BF
Black with #B5A1BF
Text Example
Text Example
White with #B5A1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A1BF; }
p { color: rgb(181,161,191); }
H1.HeaderClassName
{
color: #B5A1BF;
}
.AnyTagClassName
{
color: #B5A1BF;
}
</style>
background-color css
<style>
a { background-color: #B5A1BF; }
a { background-color: rgb(181,161,191); }
div.DivClassName
{
background-color: #B5A1BF;
}
.BgClassName
{
background-color: #B5A1BF;
}
</style>
border-color css
<style>
span { border-color: #B5A1BF; }
span { border-color: rgb(181,161,191); }
td.TdClassName
{
border-color: #B5A1BF;
}
.TagClassName
{
border-color: #B5A1BF;
}
</style>