Shades of Casper #B2B9BB
Tints of Casper #B2B9BB
RGB
CMYK
RGB Variations
Color information
#B2B9BB (or 0xB2B9BB) is known color: Casper. HEX triplet: B2, B9 and BB. RGB value is (178,185,187). Sum of RGB (Red+Green+Blue) = 178+185+187=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 185 (72.66% from 255 or 33.64% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 187 - color contains mainly: blue. Hex color #B2B9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B9BB is #4D4644. Grayscale: #B7B7B7. Windows color (decimal): -5064261 or 12302770. OLE color: 12302770.
HSL color Cylindrical-coordinate representation of color #B2B9BB: hue angle of 193.33º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2B9BB is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 187 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.27 |
| HSL | 193.33º | 0.06% | 0.72% | - |
| HSV(B) | 193.33º | 0.05% | 0.73% | - |
| XYZ | 44.68 | 47.75 | 53.88 | - |
| YUV | 183.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 187 | 0.05 | 0.01 | 0 | 0.27 | 193.33 | 0.06 | 0.72 |
| Hex | B2 | B9 | BB | 5 | 1 | 0 | 1B | C1 | 6 | 48 |
| Octal | 262 | 271 | 273 | 5 | 1 | 0 | 33 | 301 | 6 | 110 |
| Binary | 10110010 | 10111001 | 10111011 | 101 | 1 | 0 | 11011 | 11000001 | 110 | 1001000 |
Color Harmonies of #B2B9BB
Complementary color
Monochromatic Colors of #B2B9BB
Black with #B2B9BB
Text Example
Text Example
White with #B2B9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B9BB; }
p { color: rgb(178,185,187); }
H1.HeaderClassName
{
color: #B2B9BB;
}
.AnyTagClassName
{
color: #B2B9BB;
}
</style>
background-color css
<style>
a { background-color: #B2B9BB; }
a { background-color: rgb(178,185,187); }
div.DivClassName
{
background-color: #B2B9BB;
}
.BgClassName
{
background-color: #B2B9BB;
}
</style>
border-color css
<style>
span { border-color: #B2B9BB; }
span { border-color: rgb(178,185,187); }
td.TdClassName
{
border-color: #B2B9BB;
}
.TagClassName
{
border-color: #B2B9BB;
}
</style>