Shades of Loblolly #B2B8B5
Tints of Loblolly #B2B8B5
RGB
CMYK
RGB Variations
Color information
#B2B8B5 (or 0xB2B8B5) is known color: Loblolly. HEX triplet: B2, B8 and B5. RGB value is (178,184,181). Sum of RGB (Red+Green+Blue) = 178+184+181=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B8B5 is #4D474A. Grayscale: #B5B5B5. Windows color (decimal): -5064523 or 11909298. OLE color: 11909298.
HSL color Cylindrical-coordinate representation of color #B2B8B5: hue angle of 150º degrees, saturation: 0.04, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2B8B5 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
RGB | 178 | 184 | 181 | - |
CMYK | 0.03 | 0 | 0.02 | 0.28 |
HSL | 150º | 0.04% | 0.71% | - |
HSV(B) | 150º | 0.03% | 0.72% | - |
XYZ | 43.84 | 47.08 | 50.49 | - |
YUV | 181.86 | 127.51 | 125.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 184 | 181 | 0.03 | 0 | 0.02 | 0.28 | 150 | 0.04 | 0.71 |
Hex | B2 | B8 | B5 | 3 | 0 | 2 | 1C | 96 | 4 | 47 |
Octal | 262 | 270 | 265 | 3 | 0 | 2 | 34 | 226 | 4 | 107 |
Binary | 10110010 | 10111000 | 10110101 | 11 | 0 | 10 | 11100 | 10010110 | 100 | 1000111 |
Color Harmonies of #B2B8B5
Complementary color
Monochromatic Colors of #B2B8B5
Black with #B2B8B5
Text Example
Text Example
White with #B2B8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B8B5; }
p { color: rgb(178,184,181); }
H1.HeaderClassName
{
color: #B2B8B5;
}
.AnyTagClassName
{
color: #B2B8B5;
}
</style>
background-color css
<style>
a { background-color: #B2B8B5; }
a { background-color: rgb(178,184,181); }
div.DivClassName
{
background-color: #B2B8B5;
}
.BgClassName
{
background-color: #B2B8B5;
}
</style>
border-color css
<style>
span { border-color: #B2B8B5; }
span { border-color: rgb(178,184,181); }
td.TdClassName
{
border-color: #B2B8B5;
}
.TagClassName
{
border-color: #B2B8B5;
}
</style>