Shades of Chatelle #B1A0BC
Tints of Chatelle #B1A0BC
RGB
CMYK
RGB Variations
Color information
#B1A0BC (or 0xB1A0BC) is known color: Chatelle. HEX triplet: B1, A0 and BC. RGB value is (177,160,188). Sum of RGB (Red+Green+Blue) = 177+160+188=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #B1A0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A0BC is #4E5F43. Grayscale: #A8A8A8. Windows color (decimal): -5136196 or 12361905. OLE color: 12361905.
HSL color Cylindrical-coordinate representation of color #B1A0BC: hue angle of 276.43º 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 #B1A0BC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 160 | 188 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.26 |
| HSL | 276.43º | 0.17% | 0.68% | - |
| HSV(B) | 276.43º | 0.15% | 0.74% | - |
| XYZ | 39.78 | 38.12 | 52.84 | - |
| YUV | 168.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 188 | 0.06 | 0.15 | 0 | 0.26 | 276.43 | 0.17 | 0.68 |
| Hex | B1 | A0 | BC | 6 | F | 0 | 1A | 114 | 11 | 44 |
| Octal | 261 | 240 | 274 | 6 | 17 | 0 | 32 | 424 | 21 | 104 |
| Binary | 10110001 | 10100000 | 10111100 | 110 | 1111 | 0 | 11010 | 100010100 | 10001 | 1000100 |
Color Harmonies of #B1A0BC
Complementary color
Monochromatic Colors of #B1A0BC
Black with #B1A0BC
Text Example
Text Example
White with #B1A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A0BC; }
p { color: rgb(177,160,188); }
H1.HeaderClassName
{
color: #B1A0BC;
}
.AnyTagClassName
{
color: #B1A0BC;
}
</style>
background-color css
<style>
a { background-color: #B1A0BC; }
a { background-color: rgb(177,160,188); }
div.DivClassName
{
background-color: #B1A0BC;
}
.BgClassName
{
background-color: #B1A0BC;
}
</style>
border-color css
<style>
span { border-color: #B1A0BC; }
span { border-color: rgb(177,160,188); }
td.TdClassName
{
border-color: #B1A0BC;
}
.TagClassName
{
border-color: #B1A0BC;
}
</style>