Shades of Loblolly #B5BBB7
Tints of Loblolly #B5BBB7
RGB
CMYK
RGB Variations
Color information
#B5BBB7 (or 0xB5BBB7) is known color: Loblolly. HEX triplet: B5, BB and B7. RGB value is (181,187,183). Sum of RGB (Red+Green+Blue) = 181+187+183=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 187 - color contains mainly: green. Hex color #B5BBB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBB7 is #4A4448. Grayscale: #B8B8B8. Windows color (decimal): -4867145 or 12041141. OLE color: 12041141.
HSL color Cylindrical-coordinate representation of color #B5BBB7: hue angle of 140º 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 #B5BBB7 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 187 | 183 | - |
CMYK | 0.03 | 0 | 0.02 | 0.27 |
HSL | 140º | 0.04% | 0.72% | - |
HSV(B) | 140º | 0.03% | 0.73% | - |
XYZ | 45.37 | 48.78 | 51.82 | - |
YUV | 184.75 | 127.01 | 125.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 187 | 183 | 0.03 | 0 | 0.02 | 0.27 | 140 | 0.04 | 0.72 |
Hex | B5 | BB | B7 | 3 | 0 | 2 | 1B | 8C | 4 | 48 |
Octal | 265 | 273 | 267 | 3 | 0 | 2 | 33 | 214 | 4 | 110 |
Binary | 10110101 | 10111011 | 10110111 | 11 | 0 | 10 | 11011 | 10001100 | 100 | 1001000 |
Color Harmonies of #B5BBB7
Complementary color
Monochromatic Colors of #B5BBB7
Black with #B5BBB7
Text Example
Text Example
White with #B5BBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BBB7; }
p { color: rgb(181,187,183); }
H1.HeaderClassName
{
color: #B5BBB7;
}
.AnyTagClassName
{
color: #B5BBB7;
}
</style>
background-color css
<style>
a { background-color: #B5BBB7; }
a { background-color: rgb(181,187,183); }
div.DivClassName
{
background-color: #B5BBB7;
}
.BgClassName
{
background-color: #B5BBB7;
}
</style>
border-color css
<style>
span { border-color: #B5BBB7; }
span { border-color: rgb(181,187,183); }
td.TdClassName
{
border-color: #B5BBB7;
}
.TagClassName
{
border-color: #B5BBB7;
}
</style>