Shades of Casper #B5BABB
Tints of Casper #B5BABB
RGB
CMYK
RGB Variations
Color information
#B5BABB (or 0xB5BABB) is known color: Casper. HEX triplet: B5, BA and BB. RGB value is (181,186,187). Sum of RGB (Red+Green+Blue) = 181+186+187=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 187 - color contains mainly: blue. Hex color #B5BABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BABB is #4A4544. Grayscale: #B8B8B8. Windows color (decimal): -4867397 or 12303029. OLE color: 12303029.
HSL color Cylindrical-coordinate representation of color #B5BABB: 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 #B5BABB is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 186 | 187 | - |
CMYK | 0.03 | 0.01 | 0 | 0.27 |
HSL | 190º | 0.04% | 0.72% | - |
HSV(B) | 190º | 0.03% | 0.73% | - |
XYZ | 45.58 | 48.53 | 53.98 | - |
YUV | 184.62 | 129.34 | 125.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 186 | 187 | 0.03 | 0.01 | 0 | 0.27 | 190 | 0.04 | 0.72 |
Hex | B5 | BA | BB | 3 | 1 | 0 | 1B | BE | 4 | 48 |
Octal | 265 | 272 | 273 | 3 | 1 | 0 | 33 | 276 | 4 | 110 |
Binary | 10110101 | 10111010 | 10111011 | 11 | 1 | 0 | 11011 | 10111110 | 100 | 1001000 |
Color Harmonies of #B5BABB
Complementary color
Monochromatic Colors of #B5BABB
Black with #B5BABB
Text Example
Text Example
White with #B5BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BABB; }
p { color: rgb(181,186,187); }
H1.HeaderClassName
{
color: #B5BABB;
}
.AnyTagClassName
{
color: #B5BABB;
}
</style>
background-color css
<style>
a { background-color: #B5BABB; }
a { background-color: rgb(181,186,187); }
div.DivClassName
{
background-color: #B5BABB;
}
.BgClassName
{
background-color: #B5BABB;
}
</style>
border-color css
<style>
span { border-color: #B5BABB; }
span { border-color: rgb(181,186,187); }
td.TdClassName
{
border-color: #B5BABB;
}
.TagClassName
{
border-color: #B5BABB;
}
</style>