Shades of Chatelle #B0A0BC
Tints of Chatelle #B0A0BC
RGB
CMYK
RGB Variations
Color information
#B0A0BC (or 0xB0A0BC) is known color: Chatelle. HEX triplet: B0, A0 and BC. RGB value is (176,160,188). Sum of RGB (Red+Green+Blue) = 176+160+188=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #B0A0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A0BC is #4F5F43. Grayscale: #A7A7A7. Windows color (decimal): -5201732 or 12361904. OLE color: 12361904.
HSL color Cylindrical-coordinate representation of color #B0A0BC: hue angle of 274.29º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0A0BC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 160 | 188 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.26 |
| HSL | 274.29º | 0.17% | 0.68% | - |
| HSV(B) | 274.29º | 0.15% | 0.74% | - |
| XYZ | 39.55 | 38 | 52.83 | - |
| YUV | 167.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 160 | 188 | 0.06 | 0.15 | 0 | 0.26 | 274.29 | 0.17 | 0.68 |
| Hex | B0 | A0 | BC | 6 | F | 0 | 1A | 112 | 11 | 44 |
| Octal | 260 | 240 | 274 | 6 | 17 | 0 | 32 | 422 | 21 | 104 |
| Binary | 10110000 | 10100000 | 10111100 | 110 | 1111 | 0 | 11010 | 100010010 | 10001 | 1000100 |
Color Harmonies of #B0A0BC
Complementary color
Monochromatic Colors of #B0A0BC
Black with #B0A0BC
Text Example
Text Example
White with #B0A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A0BC; }
p { color: rgb(176,160,188); }
H1.HeaderClassName
{
color: #B0A0BC;
}
.AnyTagClassName
{
color: #B0A0BC;
}
</style>
background-color css
<style>
a { background-color: #B0A0BC; }
a { background-color: rgb(176,160,188); }
div.DivClassName
{
background-color: #B0A0BC;
}
.BgClassName
{
background-color: #B0A0BC;
}
</style>
border-color css
<style>
span { border-color: #B0A0BC; }
span { border-color: rgb(176,160,188); }
td.TdClassName
{
border-color: #B0A0BC;
}
.TagClassName
{
border-color: #B0A0BC;
}
</style>