Shades of Chatelle #B1A0BD
Tints of Chatelle #B1A0BD
RGB
CMYK
RGB Variations
Color information
#B1A0BD (or 0xB1A0BD) is known color: Chatelle. HEX triplet: B1, A0 and BD. RGB value is (177,160,189). Sum of RGB (Red+Green+Blue) = 177+160+189=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1A0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A0BD is #4E5F42. Grayscale: #A8A8A8. Windows color (decimal): -5136195 or 12427441. OLE color: 12427441.
HSL color Cylindrical-coordinate representation of color #B1A0BD: hue angle of 275.17º degrees, saturation: 0.18, 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 #B1A0BD is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 160 | 189 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.26 |
| HSL | 275.17º | 0.18% | 0.68% | - |
| HSV(B) | 275.17º | 0.15% | 0.74% | - |
| XYZ | 39.89 | 38.16 | 53.41 | - |
| YUV | 168.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 160 | 189 | 0.06 | 0.15 | 0 | 0.26 | 275.17 | 0.18 | 0.68 |
| Hex | B1 | A0 | BD | 6 | F | 0 | 1A | 113 | 12 | 44 |
| Octal | 261 | 240 | 275 | 6 | 17 | 0 | 32 | 423 | 22 | 104 |
| Binary | 10110001 | 10100000 | 10111101 | 110 | 1111 | 0 | 11010 | 100010011 | 10010 | 1000100 |
Color Harmonies of #B1A0BD
Complementary color
Monochromatic Colors of #B1A0BD
Black with #B1A0BD
Text Example
Text Example
White with #B1A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A0BD; }
p { color: rgb(177,160,189); }
H1.HeaderClassName
{
color: #B1A0BD;
}
.AnyTagClassName
{
color: #B1A0BD;
}
</style>
background-color css
<style>
a { background-color: #B1A0BD; }
a { background-color: rgb(177,160,189); }
div.DivClassName
{
background-color: #B1A0BD;
}
.BgClassName
{
background-color: #B1A0BD;
}
</style>
border-color css
<style>
span { border-color: #B1A0BD; }
span { border-color: rgb(177,160,189); }
td.TdClassName
{
border-color: #B1A0BD;
}
.TagClassName
{
border-color: #B1A0BD;
}
</style>