Shades of Chatelle #B3A1BD
Tints of Chatelle #B3A1BD
RGB
CMYK
RGB Variations
Color information
#B3A1BD (or 0xB3A1BD) is known color: Chatelle. HEX triplet: B3, A1 and BD. RGB value is (179,161,189). Sum of RGB (Red+Green+Blue) = 179+161+189=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #B3A1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A1BD is #4C5E42. Grayscale: #A9A9A9. Windows color (decimal): -5004867 or 12427699. OLE color: 12427699.
HSL color Cylindrical-coordinate representation of color #B3A1BD: hue angle of 278.57º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3A1BD is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 161 | 189 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.26 |
| HSL | 278.57º | 0.18% | 0.69% | - |
| HSV(B) | 278.57º | 0.15% | 0.74% | - |
| XYZ | 40.52 | 38.75 | 53.49 | - |
| YUV | 169.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 189 | 0.05 | 0.15 | 0 | 0.26 | 278.57 | 0.18 | 0.69 |
| Hex | B3 | A1 | BD | 5 | F | 0 | 1A | 117 | 12 | 45 |
| Octal | 263 | 241 | 275 | 5 | 17 | 0 | 32 | 427 | 22 | 105 |
| Binary | 10110011 | 10100001 | 10111101 | 101 | 1111 | 0 | 11010 | 100010111 | 10010 | 1000101 |
Color Harmonies of #B3A1BD
Complementary color
Monochromatic Colors of #B3A1BD
Black with #B3A1BD
Text Example
Text Example
White with #B3A1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A1BD; }
p { color: rgb(179,161,189); }
H1.HeaderClassName
{
color: #B3A1BD;
}
.AnyTagClassName
{
color: #B3A1BD;
}
</style>
background-color css
<style>
a { background-color: #B3A1BD; }
a { background-color: rgb(179,161,189); }
div.DivClassName
{
background-color: #B3A1BD;
}
.BgClassName
{
background-color: #B3A1BD;
}
</style>
border-color css
<style>
span { border-color: #B3A1BD; }
span { border-color: rgb(179,161,189); }
td.TdClassName
{
border-color: #B3A1BD;
}
.TagClassName
{
border-color: #B3A1BD;
}
</style>