Shades of Loblolly #B5BAB8
Tints of Loblolly #B5BAB8
RGB
CMYK
RGB Variations
Color information
#B5BAB8 (or 0xB5BAB8) is known color: Loblolly. HEX triplet: B5, BA and B8. RGB value is (181,186,184). Sum of RGB (Red+Green+Blue) = 181+186+184=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BAB8 is #4A4547. Grayscale: #B8B8B8. Windows color (decimal): -4867400 or 12106421. OLE color: 12106421.
HSL color Cylindrical-coordinate representation of color #B5BAB8: hue angle of 156º degrees, saturation: 0.03, 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 #B5BAB8 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
RGB | 181 | 186 | 184 | - |
CMYK | 0.03 | 0 | 0.01 | 0.27 |
HSL | 156º | 0.03% | 0.72% | - |
HSV(B) | 156º | 0.03% | 0.73% | - |
XYZ | 45.27 | 48.4 | 52.3 | - |
YUV | 184.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 186 | 184 | 0.03 | 0 | 0.01 | 0.27 | 156 | 0.03 | 0.72 |
Hex | B5 | BA | B8 | 3 | 0 | 1 | 1B | 9C | 3 | 48 |
Octal | 265 | 272 | 270 | 3 | 0 | 1 | 33 | 234 | 3 | 110 |
Binary | 10110101 | 10111010 | 10111000 | 11 | 0 | 1 | 11011 | 10011100 | 11 | 1001000 |
Color Harmonies of #B5BAB8
Complementary color
Monochromatic Colors of #B5BAB8
Black with #B5BAB8
Text Example
Text Example
White with #B5BAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BAB8; }
p { color: rgb(181,186,184); }
H1.HeaderClassName
{
color: #B5BAB8;
}
.AnyTagClassName
{
color: #B5BAB8;
}
</style>
background-color css
<style>
a { background-color: #B5BAB8; }
a { background-color: rgb(181,186,184); }
div.DivClassName
{
background-color: #B5BAB8;
}
.BgClassName
{
background-color: #B5BAB8;
}
</style>
border-color css
<style>
span { border-color: #B5BAB8; }
span { border-color: rgb(181,186,184); }
td.TdClassName
{
border-color: #B5BAB8;
}
.TagClassName
{
border-color: #B5BAB8;
}
</style>