Shades of Chatelle #B2A3B5
Tints of Chatelle #B2A3B5
RGB
CMYK
RGB Variations
Color information
#B2A3B5 (or 0xB2A3B5) is known color: Chatelle. HEX triplet: B2, A3 and B5. RGB value is (178,163,181). Sum of RGB (Red+Green+Blue) = 178+163+181=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 181 - color contains mainly: blue. Hex color #B2A3B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A3B5 is #4D5C4A. Grayscale: #A9A9A9. Windows color (decimal): -5069899 or 11903922. OLE color: 11903922.
HSL color Cylindrical-coordinate representation of color #B2A3B5: hue angle of 290º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2A3B5 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 163 | 181 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.29 |
| HSL | 290º | 0.11% | 0.67% | - |
| HSV(B) | 290º | 0.1% | 0.71% | - |
| XYZ | 39.8 | 39 | 49.15 | - |
| YUV | 169.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 181 | 0.02 | 0.10 | 0 | 0.29 | 290 | 0.11 | 0.67 |
| Hex | B2 | A3 | B5 | 2 | A | 0 | 1D | 122 | B | 43 |
| Octal | 262 | 243 | 265 | 2 | 12 | 0 | 35 | 442 | 13 | 103 |
| Binary | 10110010 | 10100011 | 10110101 | 10 | 1010 | 0 | 11101 | 100100010 | 1011 | 1000011 |
Color Harmonies of #B2A3B5
Complementary color
Monochromatic Colors of #B2A3B5
Black with #B2A3B5
Text Example
Text Example
White with #B2A3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A3B5; }
p { color: rgb(178,163,181); }
H1.HeaderClassName
{
color: #B2A3B5;
}
.AnyTagClassName
{
color: #B2A3B5;
}
</style>
background-color css
<style>
a { background-color: #B2A3B5; }
a { background-color: rgb(178,163,181); }
div.DivClassName
{
background-color: #B2A3B5;
}
.BgClassName
{
background-color: #B2A3B5;
}
</style>
border-color css
<style>
span { border-color: #B2A3B5; }
span { border-color: rgb(178,163,181); }
td.TdClassName
{
border-color: #B2A3B5;
}
.TagClassName
{
border-color: #B2A3B5;
}
</style>