Shades of Chatelle #B5A1C3
Tints of Chatelle #B5A1C3
RGB
CMYK
RGB Variations
Color information
#B5A1C3 (or 0xB5A1C3) is known color: Chatelle. HEX triplet: B5, A1 and C3. RGB value is (181,161,195). Sum of RGB (Red+Green+Blue) = 181+161+195=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 195 - color contains mainly: blue. Hex color #B5A1C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A1C3 is #4A5E3C. Grayscale: #AAAAAA. Windows color (decimal): -4873789 or 12820917. OLE color: 12820917.
HSL color Cylindrical-coordinate representation of color #B5A1C3: hue angle of 275.29º degrees, saturation: 0.22, 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 #B5A1C3 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 161 | 195 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.24 |
| HSL | 275.29º | 0.22% | 0.7% | - |
| HSV(B) | 275.29º | 0.17% | 0.76% | - |
| XYZ | 41.65 | 39.25 | 57.01 | - |
| YUV | 170.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 161 | 195 | 0.07 | 0.17 | 0 | 0.24 | 275.29 | 0.22 | 0.7 |
| Hex | B5 | A1 | C3 | 7 | 11 | 0 | 18 | 113 | 16 | 46 |
| Octal | 265 | 241 | 303 | 7 | 21 | 0 | 30 | 423 | 26 | 106 |
| Binary | 10110101 | 10100001 | 11000011 | 111 | 10001 | 0 | 11000 | 100010011 | 10110 | 1000110 |
Color Harmonies of #B5A1C3
Complementary color
Monochromatic Colors of #B5A1C3
Black with #B5A1C3
Text Example
Text Example
White with #B5A1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A1C3; }
p { color: rgb(181,161,195); }
H1.HeaderClassName
{
color: #B5A1C3;
}
.AnyTagClassName
{
color: #B5A1C3;
}
</style>
background-color css
<style>
a { background-color: #B5A1C3; }
a { background-color: rgb(181,161,195); }
div.DivClassName
{
background-color: #B5A1C3;
}
.BgClassName
{
background-color: #B5A1C3;
}
</style>
border-color css
<style>
span { border-color: #B5A1C3; }
span { border-color: rgb(181,161,195); }
td.TdClassName
{
border-color: #B5A1C3;
}
.TagClassName
{
border-color: #B5A1C3;
}
</style>