Shades of Loblolly #B2BAB5
Tints of Loblolly #B2BAB5
RGB
CMYK
RGB Variations
Color information
#B2BAB5 (or 0xB2BAB5) is known color: Loblolly. HEX triplet: B2, BA and B5. RGB value is (178,186,181). Sum of RGB (Red+Green+Blue) = 178+186+181=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BAB5 is #4D454A. Grayscale: #B7B7B7. Windows color (decimal): -5064011 or 11909810. OLE color: 11909810.
HSL color Cylindrical-coordinate representation of color #B2BAB5: hue angle of 142.5º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2BAB5 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 181 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.27 |
| HSL | 142.5º | 0.05% | 0.71% | - |
| HSV(B) | 142.5º | 0.04% | 0.73% | - |
| XYZ | 44.26 | 47.92 | 50.63 | - |
| YUV | 183.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 181 | 0.04 | 0 | 0.03 | 0.27 | 142.5 | 0.05 | 0.71 |
| Hex | B2 | BA | B5 | 4 | 0 | 3 | 1B | 8E | 5 | 47 |
| Octal | 262 | 272 | 265 | 4 | 0 | 3 | 33 | 216 | 5 | 107 |
| Binary | 10110010 | 10111010 | 10110101 | 100 | 0 | 11 | 11011 | 10001110 | 101 | 1000111 |
Color Harmonies of #B2BAB5
Complementary color
Monochromatic Colors of #B2BAB5
Black with #B2BAB5
Text Example
Text Example
White with #B2BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BAB5; }
p { color: rgb(178,186,181); }
H1.HeaderClassName
{
color: #B2BAB5;
}
.AnyTagClassName
{
color: #B2BAB5;
}
</style>
background-color css
<style>
a { background-color: #B2BAB5; }
a { background-color: rgb(178,186,181); }
div.DivClassName
{
background-color: #B2BAB5;
}
.BgClassName
{
background-color: #B2BAB5;
}
</style>
border-color css
<style>
span { border-color: #B2BAB5; }
span { border-color: rgb(178,186,181); }
td.TdClassName
{
border-color: #B2BAB5;
}
.TagClassName
{
border-color: #B2BAB5;
}
</style>