Shades of Chatelle #B0A1B4
Tints of Chatelle #B0A1B4
RGB
CMYK
RGB Variations
Color information
#B0A1B4 (or 0xB0A1B4) is known color: Chatelle. HEX triplet: B0, A1 and B4. RGB value is (176,161,180). Sum of RGB (Red+Green+Blue) = 176+161+180=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 180 - color contains mainly: blue. Hex color #B0A1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A1B4 is #4F5E4B. Grayscale: #A7A7A7. Windows color (decimal): -5201484 or 11837872. OLE color: 11837872.
HSL color Cylindrical-coordinate representation of color #B0A1B4: hue angle of 287.37º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0A1B4 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 161 | 180 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.29 |
| HSL | 287.37º | 0.11% | 0.67% | - |
| HSV(B) | 287.37º | 0.11% | 0.71% | - |
| XYZ | 38.89 | 38.02 | 48.47 | - |
| YUV | 167.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 180 | 0.02 | 0.11 | 0 | 0.29 | 287.37 | 0.11 | 0.67 |
| Hex | B0 | A1 | B4 | 2 | B | 0 | 1D | 11F | B | 43 |
| Octal | 260 | 241 | 264 | 2 | 13 | 0 | 35 | 437 | 13 | 103 |
| Binary | 10110000 | 10100001 | 10110100 | 10 | 1011 | 0 | 11101 | 100011111 | 1011 | 1000011 |
Color Harmonies of #B0A1B4
Complementary color
Monochromatic Colors of #B0A1B4
Black with #B0A1B4
Text Example
Text Example
White with #B0A1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A1B4; }
p { color: rgb(176,161,180); }
H1.HeaderClassName
{
color: #B0A1B4;
}
.AnyTagClassName
{
color: #B0A1B4;
}
</style>
background-color css
<style>
a { background-color: #B0A1B4; }
a { background-color: rgb(176,161,180); }
div.DivClassName
{
background-color: #B0A1B4;
}
.BgClassName
{
background-color: #B0A1B4;
}
</style>
border-color css
<style>
span { border-color: #B0A1B4; }
span { border-color: rgb(176,161,180); }
td.TdClassName
{
border-color: #B0A1B4;
}
.TagClassName
{
border-color: #B0A1B4;
}
</style>