Shades of Loblolly #B7BBB9
Tints of Loblolly #B7BBB9
RGB
CMYK
RGB Variations
Color information
#B7BBB9 (or 0xB7BBB9) is known color: Loblolly. HEX triplet: B7, BB and B9. RGB value is (183,187,185). Sum of RGB (Red+Green+Blue) = 183+187+185=555 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.97% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 187 - color contains mainly: green. Hex color #B7BBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BBB9 is #484446. Grayscale: #B9B9B9. Windows color (decimal): -4736071 or 12172215. OLE color: 12172215.
HSL color Cylindrical-coordinate representation of color #B7BBB9: hue angle of 150º degrees, saturation: 0.03, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B7BBB9 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 183 | 187 | 185 | - |
CMYK | 0.02 | 0 | 0.01 | 0.27 |
HSL | 150º | 0.03% | 0.73% | - |
HSV(B) | 150º | 0.02% | 0.73% | - |
XYZ | 46.06 | 49.11 | 52.95 | - |
YUV | 185.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 187 | 185 | 0.02 | 0 | 0.01 | 0.27 | 150 | 0.03 | 0.73 |
Hex | B7 | BB | B9 | 2 | 0 | 1 | 1B | 96 | 3 | 49 |
Octal | 267 | 273 | 271 | 2 | 0 | 1 | 33 | 226 | 3 | 111 |
Binary | 10110111 | 10111011 | 10111001 | 10 | 0 | 1 | 11011 | 10010110 | 11 | 1001001 |
Color Harmonies of #B7BBB9
Complementary color
Monochromatic Colors of #B7BBB9
Black with #B7BBB9
Text Example
Text Example
White with #B7BBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BBB9; }
p { color: rgb(183,187,185); }
H1.HeaderClassName
{
color: #B7BBB9;
}
.AnyTagClassName
{
color: #B7BBB9;
}
</style>
background-color css
<style>
a { background-color: #B7BBB9; }
a { background-color: rgb(183,187,185); }
div.DivClassName
{
background-color: #B7BBB9;
}
.BgClassName
{
background-color: #B7BBB9;
}
</style>
border-color css
<style>
span { border-color: #B7BBB9; }
span { border-color: rgb(183,187,185); }
td.TdClassName
{
border-color: #B7BBB9;
}
.TagClassName
{
border-color: #B7BBB9;
}
</style>