Shades of Chatelle #B2A6BC
Tints of Chatelle #B2A6BC
RGB
CMYK
RGB Variations
Color information
#B2A6BC (or 0xB2A6BC) is known color: Chatelle. HEX triplet: B2, A6 and BC. RGB value is (178,166,188). Sum of RGB (Red+Green+Blue) = 178+166+188=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2A6BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A6BC is #4D5943. Grayscale: #ACACAC. Windows color (decimal): -5069124 or 12363442. OLE color: 12363442.
HSL color Cylindrical-coordinate representation of color #B2A6BC: hue angle of 272.73º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2A6BC is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 166 | 188 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.26 |
| HSL | 272.73º | 0.14% | 0.69% | - |
| HSV(B) | 272.73º | 0.12% | 0.74% | - |
| XYZ | 41.07 | 40.37 | 53.2 | - |
| YUV | 172.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 188 | 0.05 | 0.12 | 0 | 0.26 | 272.73 | 0.14 | 0.69 |
| Hex | B2 | A6 | BC | 5 | C | 0 | 1A | 111 | E | 45 |
| Octal | 262 | 246 | 274 | 5 | 14 | 0 | 32 | 421 | 16 | 105 |
| Binary | 10110010 | 10100110 | 10111100 | 101 | 1100 | 0 | 11010 | 100010001 | 1110 | 1000101 |
Color Harmonies of #B2A6BC
Complementary color
Monochromatic Colors of #B2A6BC
Black with #B2A6BC
Text Example
Text Example
White with #B2A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A6BC; }
p { color: rgb(178,166,188); }
H1.HeaderClassName
{
color: #B2A6BC;
}
.AnyTagClassName
{
color: #B2A6BC;
}
</style>
background-color css
<style>
a { background-color: #B2A6BC; }
a { background-color: rgb(178,166,188); }
div.DivClassName
{
background-color: #B2A6BC;
}
.BgClassName
{
background-color: #B2A6BC;
}
</style>
border-color css
<style>
span { border-color: #B2A6BC; }
span { border-color: rgb(178,166,188); }
td.TdClassName
{
border-color: #B2A6BC;
}
.TagClassName
{
border-color: #B2A6BC;
}
</style>