Shades of Chatelle #B5A1C2
Tints of Chatelle #B5A1C2
RGB
CMYK
RGB Variations
Color information
#B5A1C2 (or 0xB5A1C2) is known color: Chatelle. HEX triplet: B5, A1 and C2. RGB value is (181,161,194). Sum of RGB (Red+Green+Blue) = 181+161+194=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #B5A1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A1C2 is #4A5E3D. Grayscale: #AAAAAA. Windows color (decimal): -4873790 or 12755381. OLE color: 12755381.
HSL color Cylindrical-coordinate representation of color #B5A1C2: hue angle of 276.36º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5A1C2 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 161 | 194 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.24 |
| HSL | 276.36º | 0.21% | 0.7% | - |
| HSV(B) | 276.36º | 0.17% | 0.76% | - |
| XYZ | 41.54 | 39.21 | 56.42 | - |
| YUV | 170.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 194 | 0.07 | 0.17 | 0 | 0.24 | 276.36 | 0.21 | 0.7 |
| Hex | B5 | A1 | C2 | 7 | 11 | 0 | 18 | 114 | 15 | 46 |
| Octal | 265 | 241 | 302 | 7 | 21 | 0 | 30 | 424 | 25 | 106 |
| Binary | 10110101 | 10100001 | 11000010 | 111 | 10001 | 0 | 11000 | 100010100 | 10101 | 1000110 |
Color Harmonies of #B5A1C2
Complementary color
Monochromatic Colors of #B5A1C2
Black with #B5A1C2
Text Example
Text Example
White with #B5A1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A1C2; }
p { color: rgb(181,161,194); }
H1.HeaderClassName
{
color: #B5A1C2;
}
.AnyTagClassName
{
color: #B5A1C2;
}
</style>
background-color css
<style>
a { background-color: #B5A1C2; }
a { background-color: rgb(181,161,194); }
div.DivClassName
{
background-color: #B5A1C2;
}
.BgClassName
{
background-color: #B5A1C2;
}
</style>
border-color css
<style>
span { border-color: #B5A1C2; }
span { border-color: rgb(181,161,194); }
td.TdClassName
{
border-color: #B5A1C2;
}
.TagClassName
{
border-color: #B5A1C2;
}
</style>