Shades of Loblolly #B5BEB9
Tints of Loblolly #B5BEB9
RGB
CMYK
RGB Variations
Color information
#B5BEB9 (or 0xB5BEB9) is known color: Loblolly. HEX triplet: B5, BE and B9. RGB value is (181,190,185). Sum of RGB (Red+Green+Blue) = 181+190+185=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BEB9 is #4A4146. Grayscale: #BABABA. Windows color (decimal): -4866375 or 12172981. OLE color: 12172981.
HSL color Cylindrical-coordinate representation of color #B5BEB9: hue angle of 146.67º degrees, saturation: 0.06, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B5BEB9 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
RGB | 181 | 190 | 185 | - |
CMYK | 0.05 | 0 | 0.03 | 0.25 |
HSL | 146.67º | 0.06% | 0.73% | - |
HSV(B) | 146.67º | 0.05% | 0.75% | - |
XYZ | 46.23 | 50.15 | 53.14 | - |
YUV | 186.74 | 127.02 | 123.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 190 | 185 | 0.05 | 0 | 0.03 | 0.25 | 146.67 | 0.06 | 0.73 |
Hex | B5 | BE | B9 | 5 | 0 | 3 | 19 | 93 | 6 | 49 |
Octal | 265 | 276 | 271 | 5 | 0 | 3 | 31 | 223 | 6 | 111 |
Binary | 10110101 | 10111110 | 10111001 | 101 | 0 | 11 | 11001 | 10010011 | 110 | 1001001 |
Color Harmonies of #B5BEB9
Complementary color
Monochromatic Colors of #B5BEB9
Black with #B5BEB9
Text Example
Text Example
White with #B5BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BEB9; }
p { color: rgb(181,190,185); }
H1.HeaderClassName
{
color: #B5BEB9;
}
.AnyTagClassName
{
color: #B5BEB9;
}
</style>
background-color css
<style>
a { background-color: #B5BEB9; }
a { background-color: rgb(181,190,185); }
div.DivClassName
{
background-color: #B5BEB9;
}
.BgClassName
{
background-color: #B5BEB9;
}
</style>
border-color css
<style>
span { border-color: #B5BEB9; }
span { border-color: rgb(181,190,185); }
td.TdClassName
{
border-color: #B5BEB9;
}
.TagClassName
{
border-color: #B5BEB9;
}
</style>