Shades of Heather #B4BAC1
Tints of Heather #B4BAC1
RGB
CMYK
RGB Variations
Color information
#B4BAC1 (or 0xB4BAC1) is known color: Heather. HEX triplet: B4, BA and C1. RGB value is (180,186,193). Sum of RGB (Red+Green+Blue) = 180+186+193=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4BAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BAC1 is #4B453E. Grayscale: #B8B8B8. Windows color (decimal): -4932927 or 12696244. OLE color: 12696244.
HSL color Cylindrical-coordinate representation of color #B4BAC1: hue angle of 212.31º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4BAC1 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 186 | 193 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.24 |
| HSL | 212.31º | 0.09% | 0.73% | - |
| HSV(B) | 212.31º | 0.07% | 0.76% | - |
| XYZ | 46.01 | 48.67 | 57.42 | - |
| YUV | 185 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 186 | 193 | 0.07 | 0.04 | 0 | 0.24 | 212.31 | 0.09 | 0.73 |
| Hex | B4 | BA | C1 | 7 | 4 | 0 | 18 | D4 | 9 | 49 |
| Octal | 264 | 272 | 301 | 7 | 4 | 0 | 30 | 324 | 11 | 111 |
| Binary | 10110100 | 10111010 | 11000001 | 111 | 100 | 0 | 11000 | 11010100 | 1001 | 1001001 |
Color Harmonies of #B4BAC1
Complementary color
Monochromatic Colors of #B4BAC1
Black with #B4BAC1
Text Example
Text Example
White with #B4BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BAC1; }
p { color: rgb(180,186,193); }
H1.HeaderClassName
{
color: #B4BAC1;
}
.AnyTagClassName
{
color: #B4BAC1;
}
</style>
background-color css
<style>
a { background-color: #B4BAC1; }
a { background-color: rgb(180,186,193); }
div.DivClassName
{
background-color: #B4BAC1;
}
.BgClassName
{
background-color: #B4BAC1;
}
</style>
border-color css
<style>
span { border-color: #B4BAC1; }
span { border-color: rgb(180,186,193); }
td.TdClassName
{
border-color: #B4BAC1;
}
.TagClassName
{
border-color: #B4BAC1;
}
</style>