Shades of Casper #B1BBBD
Tints of Casper #B1BBBD
RGB
CMYK
RGB Variations
Color information
#B1BBBD (or 0xB1BBBD) is known color: Casper. HEX triplet: B1, BB and BD. RGB value is (177,187,189). Sum of RGB (Red+Green+Blue) = 177+187+189=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBBD is #4E4442. Grayscale: #B8B8B8. Windows color (decimal): -5129283 or 12434353. OLE color: 12434353.
HSL color Cylindrical-coordinate representation of color #B1BBBD: hue angle of 190º degrees, saturation: 0.08, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B1BBBD is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 187 | 189 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.26 |
| HSL | 190º | 0.08% | 0.72% | - |
| HSV(B) | 190º | 0.06% | 0.74% | - |
| XYZ | 45.09 | 48.56 | 55.14 | - |
| YUV | 184.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 187 | 189 | 0.06 | 0.01 | 0 | 0.26 | 190 | 0.08 | 0.72 |
| Hex | B1 | BB | BD | 6 | 1 | 0 | 1A | BE | 8 | 48 |
| Octal | 261 | 273 | 275 | 6 | 1 | 0 | 32 | 276 | 10 | 110 |
| Binary | 10110001 | 10111011 | 10111101 | 110 | 1 | 0 | 11010 | 10111110 | 1000 | 1001000 |
Color Harmonies of #B1BBBD
Complementary color
Monochromatic Colors of #B1BBBD
Black with #B1BBBD
Text Example
Text Example
White with #B1BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BBBD; }
p { color: rgb(177,187,189); }
H1.HeaderClassName
{
color: #B1BBBD;
}
.AnyTagClassName
{
color: #B1BBBD;
}
</style>
background-color css
<style>
a { background-color: #B1BBBD; }
a { background-color: rgb(177,187,189); }
div.DivClassName
{
background-color: #B1BBBD;
}
.BgClassName
{
background-color: #B1BBBD;
}
</style>
border-color css
<style>
span { border-color: #B1BBBD; }
span { border-color: rgb(177,187,189); }
td.TdClassName
{
border-color: #B1BBBD;
}
.TagClassName
{
border-color: #B1BBBD;
}
</style>