Shades of Chatelle #B4A7BA
Tints of Chatelle #B4A7BA
RGB
CMYK
RGB Variations
Color information
#B4A7BA (or 0xB4A7BA) is known color: Chatelle. HEX triplet: B4, A7 and BA. RGB value is (180,167,186). Sum of RGB (Red+Green+Blue) = 180+167+186=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A7BA is #4B5845. Grayscale: #ACACAC. Windows color (decimal): -4937798 or 12232628. OLE color: 12232628.
HSL color Cylindrical-coordinate representation of color #B4A7BA: hue angle of 281.05º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4A7BA is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 167 | 186 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.27 |
| HSL | 281.05º | 0.12% | 0.69% | - |
| HSV(B) | 281.05º | 0.1% | 0.73% | - |
| XYZ | 41.5 | 40.89 | 52.16 | - |
| YUV | 173.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 167 | 186 | 0.03 | 0.10 | 0 | 0.27 | 281.05 | 0.12 | 0.69 |
| Hex | B4 | A7 | BA | 3 | A | 0 | 1B | 119 | C | 45 |
| Octal | 264 | 247 | 272 | 3 | 12 | 0 | 33 | 431 | 14 | 105 |
| Binary | 10110100 | 10100111 | 10111010 | 11 | 1010 | 0 | 11011 | 100011001 | 1100 | 1000101 |
Color Harmonies of #B4A7BA
Complementary color
Monochromatic Colors of #B4A7BA
Black with #B4A7BA
Text Example
Text Example
White with #B4A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A7BA; }
p { color: rgb(180,167,186); }
H1.HeaderClassName
{
color: #B4A7BA;
}
.AnyTagClassName
{
color: #B4A7BA;
}
</style>
background-color css
<style>
a { background-color: #B4A7BA; }
a { background-color: rgb(180,167,186); }
div.DivClassName
{
background-color: #B4A7BA;
}
.BgClassName
{
background-color: #B4A7BA;
}
</style>
border-color css
<style>
span { border-color: #B4A7BA; }
span { border-color: rgb(180,167,186); }
td.TdClassName
{
border-color: #B4A7BA;
}
.TagClassName
{
border-color: #B4A7BA;
}
</style>