Shades of Chatelle #B5A0C2
Tints of Chatelle #B5A0C2
RGB
CMYK
RGB Variations
Color information
#B5A0C2 (or 0xB5A0C2) is known color: Chatelle. HEX triplet: B5, A0 and C2. RGB value is (181,160,194). Sum of RGB (Red+Green+Blue) = 181+160+194=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 194 - color contains mainly: blue. Hex color #B5A0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A0C2 is #4A5F3D. Grayscale: #AAAAAA. Windows color (decimal): -4874046 or 12755125. OLE color: 12755125.
HSL color Cylindrical-coordinate representation of color #B5A0C2: hue angle of 277.06º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5A0C2 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 160 | 194 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.24 |
| HSL | 277.06º | 0.22% | 0.69% | - |
| HSV(B) | 277.06º | 0.18% | 0.76% | - |
| XYZ | 41.36 | 38.86 | 56.36 | - |
| YUV | 170.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 160 | 194 | 0.07 | 0.18 | 0 | 0.24 | 277.06 | 0.22 | 0.69 |
| Hex | B5 | A0 | C2 | 7 | 12 | 0 | 18 | 115 | 16 | 45 |
| Octal | 265 | 240 | 302 | 7 | 22 | 0 | 30 | 425 | 26 | 105 |
| Binary | 10110101 | 10100000 | 11000010 | 111 | 10010 | 0 | 11000 | 100010101 | 10110 | 1000101 |
Color Harmonies of #B5A0C2
Complementary color
Monochromatic Colors of #B5A0C2
Black with #B5A0C2
Text Example
Text Example
White with #B5A0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5A0C2; }
p { color: rgb(181,160,194); }
H1.HeaderClassName
{
color: #B5A0C2;
}
.AnyTagClassName
{
color: #B5A0C2;
}
</style>
background-color css
<style>
a { background-color: #B5A0C2; }
a { background-color: rgb(181,160,194); }
div.DivClassName
{
background-color: #B5A0C2;
}
.BgClassName
{
background-color: #B5A0C2;
}
</style>
border-color css
<style>
span { border-color: #B5A0C2; }
span { border-color: rgb(181,160,194); }
td.TdClassName
{
border-color: #B5A0C2;
}
.TagClassName
{
border-color: #B5A0C2;
}
</style>