Shades of Casper #B1BDBF
Tints of Casper #B1BDBF
RGB
CMYK
RGB Variations
Color information
#B1BDBF (or 0xB1BDBF) is known color: Casper. HEX triplet: B1, BD and BF. RGB value is (177,189,191). Sum of RGB (Red+Green+Blue) = 177+189+191=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 191 - color contains mainly: blue. Hex color #B1BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BDBF is #4E4240. Grayscale: #B9B9B9. Windows color (decimal): -5128769 or 12565937. OLE color: 12565937.
HSL color Cylindrical-coordinate representation of color #B1BDBF: hue angle of 188.57º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B1BDBF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 189 | 191 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.25 |
| HSL | 188.57º | 0.1% | 0.72% | - |
| HSV(B) | 188.57º | 0.07% | 0.75% | - |
| XYZ | 45.73 | 49.5 | 56.44 | - |
| YUV | 185.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 189 | 191 | 0.07 | 0.01 | 0 | 0.25 | 188.57 | 0.1 | 0.72 |
| Hex | B1 | BD | BF | 7 | 1 | 0 | 19 | BD | A | 48 |
| Octal | 261 | 275 | 277 | 7 | 1 | 0 | 31 | 275 | 12 | 110 |
| Binary | 10110001 | 10111101 | 10111111 | 111 | 1 | 0 | 11001 | 10111101 | 1010 | 1001000 |
Color Harmonies of #B1BDBF
Complementary color
Monochromatic Colors of #B1BDBF
Black with #B1BDBF
Text Example
Text Example
White with #B1BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1BDBF; }
p { color: rgb(177,189,191); }
H1.HeaderClassName
{
color: #B1BDBF;
}
.AnyTagClassName
{
color: #B1BDBF;
}
</style>
background-color css
<style>
a { background-color: #B1BDBF; }
a { background-color: rgb(177,189,191); }
div.DivClassName
{
background-color: #B1BDBF;
}
.BgClassName
{
background-color: #B1BDBF;
}
</style>
border-color css
<style>
span { border-color: #B1BDBF; }
span { border-color: rgb(177,189,191); }
td.TdClassName
{
border-color: #B1BDBF;
}
.TagClassName
{
border-color: #B1BDBF;
}
</style>