Shades of Chatelle #B0A3BA
Tints of Chatelle #B0A3BA
RGB
CMYK
RGB Variations
Color information
#B0A3BA (or 0xB0A3BA) is known color: Chatelle. HEX triplet: B0, A3 and BA. RGB value is (176,163,186). Sum of RGB (Red+Green+Blue) = 176+163+186=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #B0A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A3BA is #4F5C45. Grayscale: #A9A9A9. Windows color (decimal): -5200966 or 12231600. OLE color: 12231600.
HSL color Cylindrical-coordinate representation of color #B0A3BA: hue angle of 273.91º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0A3BA is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 163 | 186 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.27 |
| HSL | 273.91º | 0.14% | 0.68% | - |
| HSV(B) | 273.91º | 0.12% | 0.73% | - |
| XYZ | 39.86 | 38.97 | 51.88 | - |
| YUV | 169.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 186 | 0.05 | 0.12 | 0 | 0.27 | 273.91 | 0.14 | 0.68 |
| Hex | B0 | A3 | BA | 5 | C | 0 | 1B | 112 | E | 44 |
| Octal | 260 | 243 | 272 | 5 | 14 | 0 | 33 | 422 | 16 | 104 |
| Binary | 10110000 | 10100011 | 10111010 | 101 | 1100 | 0 | 11011 | 100010010 | 1110 | 1000100 |
Color Harmonies of #B0A3BA
Complementary color
Monochromatic Colors of #B0A3BA
Black with #B0A3BA
Text Example
Text Example
White with #B0A3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A3BA; }
p { color: rgb(176,163,186); }
H1.HeaderClassName
{
color: #B0A3BA;
}
.AnyTagClassName
{
color: #B0A3BA;
}
</style>
background-color css
<style>
a { background-color: #B0A3BA; }
a { background-color: rgb(176,163,186); }
div.DivClassName
{
background-color: #B0A3BA;
}
.BgClassName
{
background-color: #B0A3BA;
}
</style>
border-color css
<style>
span { border-color: #B0A3BA; }
span { border-color: rgb(176,163,186); }
td.TdClassName
{
border-color: #B0A3BA;
}
.TagClassName
{
border-color: #B0A3BA;
}
</style>