Shades of Chatelle #B2A2BD
Tints of Chatelle #B2A2BD
RGB
CMYK
RGB Variations
Color information
#B2A2BD (or 0xB2A2BD) is known color: Chatelle. HEX triplet: B2, A2 and BD. RGB value is (178,162,189). Sum of RGB (Red+Green+Blue) = 178+162+189=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 162 (63.67% from 255 or 30.62% 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 #B2A2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A2BD is #4D5D42. Grayscale: #A9A9A9. Windows color (decimal): -5070147 or 12427954. OLE color: 12427954.
HSL color Cylindrical-coordinate representation of color #B2A2BD: hue angle of 275.56º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2A2BD is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 162 | 189 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.26 |
| HSL | 275.56º | 0.17% | 0.69% | - |
| HSV(B) | 275.56º | 0.14% | 0.74% | - |
| XYZ | 40.47 | 38.98 | 53.54 | - |
| YUV | 169.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 189 | 0.06 | 0.14 | 0 | 0.26 | 275.56 | 0.17 | 0.69 |
| Hex | B2 | A2 | BD | 6 | E | 0 | 1A | 114 | 11 | 45 |
| Octal | 262 | 242 | 275 | 6 | 16 | 0 | 32 | 424 | 21 | 105 |
| Binary | 10110010 | 10100010 | 10111101 | 110 | 1110 | 0 | 11010 | 100010100 | 10001 | 1000101 |
Color Harmonies of #B2A2BD
Complementary color
Monochromatic Colors of #B2A2BD
Black with #B2A2BD
Text Example
Text Example
White with #B2A2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A2BD; }
p { color: rgb(178,162,189); }
H1.HeaderClassName
{
color: #B2A2BD;
}
.AnyTagClassName
{
color: #B2A2BD;
}
</style>
background-color css
<style>
a { background-color: #B2A2BD; }
a { background-color: rgb(178,162,189); }
div.DivClassName
{
background-color: #B2A2BD;
}
.BgClassName
{
background-color: #B2A2BD;
}
</style>
border-color css
<style>
span { border-color: #B2A2BD; }
span { border-color: rgb(178,162,189); }
td.TdClassName
{
border-color: #B2A2BD;
}
.TagClassName
{
border-color: #B2A2BD;
}
</style>