Shades of Casper #B4B9BA
Tints of Casper #B4B9BA
RGB
CMYK
RGB Variations
Color information
#B4B9BA (or 0xB4B9BA) is known color: Casper. HEX triplet: B4, B9 and BA. RGB value is (180,185,186). Sum of RGB (Red+Green+Blue) = 180+185+186=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 186 - color contains mainly: blue. Hex color #B4B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B9BA is #4B4645. Grayscale: #B7B7B7. Windows color (decimal): -4933190 or 12237236. OLE color: 12237236.
HSL color Cylindrical-coordinate representation of color #B4B9BA: hue angle of 190º degrees, saturation: 0.04, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B4B9BA is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 185 | 186 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.27 |
| HSL | 190º | 0.04% | 0.72% | - |
| HSV(B) | 190º | 0.03% | 0.73% | - |
| XYZ | 45.03 | 47.95 | 53.34 | - |
| YUV | 183.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 185 | 186 | 0.03 | 0.01 | 0 | 0.27 | 190 | 0.04 | 0.72 |
| Hex | B4 | B9 | BA | 3 | 1 | 0 | 1B | BE | 4 | 48 |
| Octal | 264 | 271 | 272 | 3 | 1 | 0 | 33 | 276 | 4 | 110 |
| Binary | 10110100 | 10111001 | 10111010 | 11 | 1 | 0 | 11011 | 10111110 | 100 | 1001000 |
Color Harmonies of #B4B9BA
Complementary color
Monochromatic Colors of #B4B9BA
Black with #B4B9BA
Text Example
Text Example
White with #B4B9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B9BA; }
p { color: rgb(180,185,186); }
H1.HeaderClassName
{
color: #B4B9BA;
}
.AnyTagClassName
{
color: #B4B9BA;
}
</style>
background-color css
<style>
a { background-color: #B4B9BA; }
a { background-color: rgb(180,185,186); }
div.DivClassName
{
background-color: #B4B9BA;
}
.BgClassName
{
background-color: #B4B9BA;
}
</style>
border-color css
<style>
span { border-color: #B4B9BA; }
span { border-color: rgb(180,185,186); }
td.TdClassName
{
border-color: #B4B9BA;
}
.TagClassName
{
border-color: #B4B9BA;
}
</style>