Shades of Chatelle #B2A2BC
Tints of Chatelle #B2A2BC
RGB
CMYK
RGB Variations
Color information
#B2A2BC (or 0xB2A2BC) is known color: Chatelle. HEX triplet: B2, A2 and BC. RGB value is (178,162,188). Sum of RGB (Red+Green+Blue) = 178+162+188=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2A2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A2BC is #4D5D43. Grayscale: #A9A9A9. Windows color (decimal): -5070148 or 12362418. OLE color: 12362418.
HSL color Cylindrical-coordinate representation of color #B2A2BC: hue angle of 276.92º degrees, saturation: 0.16, 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 #B2A2BC is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 162 | 188 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.26 |
| HSL | 276.92º | 0.16% | 0.69% | - |
| HSV(B) | 276.92º | 0.14% | 0.74% | - |
| XYZ | 40.36 | 38.94 | 52.97 | - |
| YUV | 169.75 | 138.3 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 162 | 188 | 0.05 | 0.14 | 0 | 0.26 | 276.92 | 0.16 | 0.69 |
| Hex | B2 | A2 | BC | 5 | E | 0 | 1A | 115 | 10 | 45 |
| Octal | 262 | 242 | 274 | 5 | 16 | 0 | 32 | 425 | 20 | 105 |
| Binary | 10110010 | 10100010 | 10111100 | 101 | 1110 | 0 | 11010 | 100010101 | 10000 | 1000101 |
Color Harmonies of #B2A2BC
Complementary color
Monochromatic Colors of #B2A2BC
Black with #B2A2BC
Text Example
Text Example
White with #B2A2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A2BC; }
p { color: rgb(178,162,188); }
H1.HeaderClassName
{
color: #B2A2BC;
}
.AnyTagClassName
{
color: #B2A2BC;
}
</style>
background-color css
<style>
a { background-color: #B2A2BC; }
a { background-color: rgb(178,162,188); }
div.DivClassName
{
background-color: #B2A2BC;
}
.BgClassName
{
background-color: #B2A2BC;
}
</style>
border-color css
<style>
span { border-color: #B2A2BC; }
span { border-color: rgb(178,162,188); }
td.TdClassName
{
border-color: #B2A2BC;
}
.TagClassName
{
border-color: #B2A2BC;
}
</style>