Shades of Loblolly #B5BBB8
Tints of Loblolly #B5BBB8
RGB
CMYK
RGB Variations
Color information
#B5BBB8 (or 0xB5BBB8) is known color: Loblolly. HEX triplet: B5, BB and B8. RGB value is (181,187,184). Sum of RGB (Red+Green+Blue) = 181+187+184=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBB8 is #4A4447. Grayscale: #B8B8B8. Windows color (decimal): -4867144 or 12106677. OLE color: 12106677.
HSL color Cylindrical-coordinate representation of color #B5BBB8: hue angle of 150º 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 #B5BBB8 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 187 | 184 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.27 |
| HSL | 150º | 0.04% | 0.72% | - |
| HSV(B) | 150º | 0.03% | 0.73% | - |
| XYZ | 45.48 | 48.83 | 52.37 | - |
| YUV | 184.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 187 | 184 | 0.03 | 0 | 0.02 | 0.27 | 150 | 0.04 | 0.72 |
| Hex | B5 | BB | B8 | 3 | 0 | 2 | 1B | 96 | 4 | 48 |
| Octal | 265 | 273 | 270 | 3 | 0 | 2 | 33 | 226 | 4 | 110 |
| Binary | 10110101 | 10111011 | 10111000 | 11 | 0 | 10 | 11011 | 10010110 | 100 | 1001000 |
Color Harmonies of #B5BBB8
Complementary color
Monochromatic Colors of #B5BBB8
Black with #B5BBB8
Text Example
Text Example
White with #B5BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBB8; }
p { color: rgb(181,187,184); }
H1.HeaderClassName
{
color: #B5BBB8;
}
.AnyTagClassName
{
color: #B5BBB8;
}
</style>
background-color css
<style>
a { background-color: #B5BBB8; }
a { background-color: rgb(181,187,184); }
div.DivClassName
{
background-color: #B5BBB8;
}
.BgClassName
{
background-color: #B5BBB8;
}
</style>
border-color css
<style>
span { border-color: #B5BBB8; }
span { border-color: rgb(181,187,184); }
td.TdClassName
{
border-color: #B5BBB8;
}
.TagClassName
{
border-color: #B5BBB8;
}
</style>