Shades of Chatelle #B0A3B3
Tints of Chatelle #B0A3B3
RGB
CMYK
RGB Variations
Color information
#B0A3B3 (or 0xB0A3B3) is known color: Chatelle. HEX triplet: B0, A3 and B3. RGB value is (176,163,179). Sum of RGB (Red+Green+Blue) = 176+163+179=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 163 (64.06% from 255 or 31.47% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 179 - color contains mainly: blue. Hex color #B0A3B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A3B3 is #4F5C4C. Grayscale: #A8A8A8. Windows color (decimal): -5200973 or 11772848. OLE color: 11772848.
HSL color Cylindrical-coordinate representation of color #B0A3B3: hue angle of 288.75º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0A3B3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 163 | 179 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.30 |
| HSL | 288.75º | 0.1% | 0.67% | - |
| HSV(B) | 288.75º | 0.09% | 0.7% | - |
| XYZ | 39.14 | 38.68 | 48.05 | - |
| YUV | 168.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 163 | 179 | 0.02 | 0.09 | 0 | 0.30 | 288.75 | 0.1 | 0.67 |
| Hex | B0 | A3 | B3 | 2 | 9 | 0 | 1E | 121 | A | 43 |
| Octal | 260 | 243 | 263 | 2 | 11 | 0 | 36 | 441 | 12 | 103 |
| Binary | 10110000 | 10100011 | 10110011 | 10 | 1001 | 0 | 11110 | 100100001 | 1010 | 1000011 |
Color Harmonies of #B0A3B3
Complementary color
Monochromatic Colors of #B0A3B3
Black with #B0A3B3
Text Example
Text Example
White with #B0A3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A3B3; }
p { color: rgb(176,163,179); }
H1.HeaderClassName
{
color: #B0A3B3;
}
.AnyTagClassName
{
color: #B0A3B3;
}
</style>
background-color css
<style>
a { background-color: #B0A3B3; }
a { background-color: rgb(176,163,179); }
div.DivClassName
{
background-color: #B0A3B3;
}
.BgClassName
{
background-color: #B0A3B3;
}
</style>
border-color css
<style>
span { border-color: #B0A3B3; }
span { border-color: rgb(176,163,179); }
td.TdClassName
{
border-color: #B0A3B3;
}
.TagClassName
{
border-color: #B0A3B3;
}
</style>