Shades of Chatelle #B0A2BA
Tints of Chatelle #B0A2BA
RGB
CMYK
RGB Variations
Color information
#B0A2BA (or 0xB0A2BA) is known color: Chatelle. HEX triplet: B0, A2 and BA. RGB value is (176,162,186). Sum of RGB (Red+Green+Blue) = 176+162+186=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #B0A2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A2BA is #4F5D45. Grayscale: #A8A8A8. Windows color (decimal): -5201222 or 12231344. OLE color: 12231344.
HSL color Cylindrical-coordinate representation of color #B0A2BA: hue angle of 275º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0A2BA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 162 | 186 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.27 |
| HSL | 275º | 0.15% | 0.68% | - |
| HSV(B) | 275º | 0.13% | 0.73% | - |
| XYZ | 39.69 | 38.62 | 51.82 | - |
| YUV | 168.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 186 | 0.05 | 0.13 | 0 | 0.27 | 275 | 0.15 | 0.68 |
| Hex | B0 | A2 | BA | 5 | D | 0 | 1B | 113 | F | 44 |
| Octal | 260 | 242 | 272 | 5 | 15 | 0 | 33 | 423 | 17 | 104 |
| Binary | 10110000 | 10100010 | 10111010 | 101 | 1101 | 0 | 11011 | 100010011 | 1111 | 1000100 |
Color Harmonies of #B0A2BA
Complementary color
Monochromatic Colors of #B0A2BA
Black with #B0A2BA
Text Example
Text Example
White with #B0A2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A2BA; }
p { color: rgb(176,162,186); }
H1.HeaderClassName
{
color: #B0A2BA;
}
.AnyTagClassName
{
color: #B0A2BA;
}
</style>
background-color css
<style>
a { background-color: #B0A2BA; }
a { background-color: rgb(176,162,186); }
div.DivClassName
{
background-color: #B0A2BA;
}
.BgClassName
{
background-color: #B0A2BA;
}
</style>
border-color css
<style>
span { border-color: #B0A2BA; }
span { border-color: rgb(176,162,186); }
td.TdClassName
{
border-color: #B0A2BA;
}
.TagClassName
{
border-color: #B0A2BA;
}
</style>