Shades of Loblolly #B4BBB8
Tints of Loblolly #B4BBB8
RGB
CMYK
RGB Variations
Color information
#B4BBB8 (or 0xB4BBB8) is known color: Loblolly. HEX triplet: B4, BB and B8. RGB value is (180,187,184). Sum of RGB (Red+Green+Blue) = 180+187+184=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 187 - color contains mainly: green. Hex color #B4BBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBB8 is #4B4447. Grayscale: #B8B8B8. Windows color (decimal): -4932680 or 12106676. OLE color: 12106676.
HSL color Cylindrical-coordinate representation of color #B4BBB8: hue angle of 154.29º degrees, saturation: 0.05, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B4BBB8 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 187 | 184 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.27 |
| HSL | 154.29º | 0.05% | 0.72% | - |
| HSV(B) | 154.29º | 0.04% | 0.73% | - |
| XYZ | 45.24 | 48.7 | 52.36 | - |
| YUV | 184.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 187 | 184 | 0.04 | 0 | 0.02 | 0.27 | 154.29 | 0.05 | 0.72 |
| Hex | B4 | BB | B8 | 4 | 0 | 2 | 1B | 9A | 5 | 48 |
| Octal | 264 | 273 | 270 | 4 | 0 | 2 | 33 | 232 | 5 | 110 |
| Binary | 10110100 | 10111011 | 10111000 | 100 | 0 | 10 | 11011 | 10011010 | 101 | 1001000 |
Color Harmonies of #B4BBB8
Complementary color
Monochromatic Colors of #B4BBB8
Black with #B4BBB8
Text Example
Text Example
White with #B4BBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BBB8; }
p { color: rgb(180,187,184); }
H1.HeaderClassName
{
color: #B4BBB8;
}
.AnyTagClassName
{
color: #B4BBB8;
}
</style>
background-color css
<style>
a { background-color: #B4BBB8; }
a { background-color: rgb(180,187,184); }
div.DivClassName
{
background-color: #B4BBB8;
}
.BgClassName
{
background-color: #B4BBB8;
}
</style>
border-color css
<style>
span { border-color: #B4BBB8; }
span { border-color: rgb(180,187,184); }
td.TdClassName
{
border-color: #B4BBB8;
}
.TagClassName
{
border-color: #B4BBB8;
}
</style>