Shades of Loblolly #B5BDB9
Tints of Loblolly #B5BDB9
RGB
CMYK
RGB Variations
Color information
#B5BDB9 (or 0xB5BDB9) is known color: Loblolly. HEX triplet: B5, BD and B9. RGB value is (181,189,185). Sum of RGB (Red+Green+Blue) = 181+189+185=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDB9 is #4A4246. Grayscale: #BABABA. Windows color (decimal): -4866631 or 12172725. OLE color: 12172725.
HSL color Cylindrical-coordinate representation of color #B5BDB9: hue angle of 150º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B5BDB9 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
RGB | 181 | 189 | 185 | - |
CMYK | 0.04 | 0 | 0.02 | 0.26 |
HSL | 150º | 0.06% | 0.73% | - |
HSV(B) | 150º | 0.04% | 0.74% | - |
XYZ | 46.01 | 49.72 | 53.07 | - |
YUV | 186.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 189 | 185 | 0.04 | 0 | 0.02 | 0.26 | 150 | 0.06 | 0.73 |
Hex | B5 | BD | B9 | 4 | 0 | 2 | 1A | 96 | 6 | 49 |
Octal | 265 | 275 | 271 | 4 | 0 | 2 | 32 | 226 | 6 | 111 |
Binary | 10110101 | 10111101 | 10111001 | 100 | 0 | 10 | 11010 | 10010110 | 110 | 1001001 |
Color Harmonies of #B5BDB9
Complementary color
Monochromatic Colors of #B5BDB9
Black with #B5BDB9
Text Example
Text Example
White with #B5BDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BDB9; }
p { color: rgb(181,189,185); }
H1.HeaderClassName
{
color: #B5BDB9;
}
.AnyTagClassName
{
color: #B5BDB9;
}
</style>
background-color css
<style>
a { background-color: #B5BDB9; }
a { background-color: rgb(181,189,185); }
div.DivClassName
{
background-color: #B5BDB9;
}
.BgClassName
{
background-color: #B5BDB9;
}
</style>
border-color css
<style>
span { border-color: #B5BDB9; }
span { border-color: rgb(181,189,185); }
td.TdClassName
{
border-color: #B5BDB9;
}
.TagClassName
{
border-color: #B5BDB9;
}
</style>