Shades of Chatelle #B0A5BC
Tints of Chatelle #B0A5BC
RGB
CMYK
RGB Variations
Color information
#B0A5BC (or 0xB0A5BC) is known color: Chatelle. HEX triplet: B0, A5 and BC. RGB value is (176,165,188). Sum of RGB (Red+Green+Blue) = 176+165+188=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 188 - color contains mainly: blue. Hex color #B0A5BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A5BC is #4F5A43. Grayscale: #AAAAAA. Windows color (decimal): -5200452 or 12363184. OLE color: 12363184.
HSL color Cylindrical-coordinate representation of color #B0A5BC: hue angle of 268.7º degrees, saturation: 0.15, 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 #B0A5BC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 165 | 188 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.26 |
| HSL | 268.7º | 0.15% | 0.69% | - |
| HSV(B) | 268.7º | 0.12% | 0.74% | - |
| XYZ | 40.44 | 39.77 | 53.12 | - |
| YUV | 170.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 188 | 0.06 | 0.12 | 0 | 0.26 | 268.7 | 0.15 | 0.69 |
| Hex | B0 | A5 | BC | 6 | C | 0 | 1A | 10D | F | 45 |
| Octal | 260 | 245 | 274 | 6 | 14 | 0 | 32 | 415 | 17 | 105 |
| Binary | 10110000 | 10100101 | 10111100 | 110 | 1100 | 0 | 11010 | 100001101 | 1111 | 1000101 |
Color Harmonies of #B0A5BC
Complementary color
Monochromatic Colors of #B0A5BC
Black with #B0A5BC
Text Example
Text Example
White with #B0A5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A5BC; }
p { color: rgb(176,165,188); }
H1.HeaderClassName
{
color: #B0A5BC;
}
.AnyTagClassName
{
color: #B0A5BC;
}
</style>
background-color css
<style>
a { background-color: #B0A5BC; }
a { background-color: rgb(176,165,188); }
div.DivClassName
{
background-color: #B0A5BC;
}
.BgClassName
{
background-color: #B0A5BC;
}
</style>
border-color css
<style>
span { border-color: #B0A5BC; }
span { border-color: rgb(176,165,188); }
td.TdClassName
{
border-color: #B0A5BC;
}
.TagClassName
{
border-color: #B0A5BC;
}
</style>