Shades of Loblolly #B0BAB4
Tints of Loblolly #B0BAB4
RGB
CMYK
RGB Variations
Color information
#B0BAB4 (or 0xB0BAB4) is known color: Loblolly. HEX triplet: B0, BA and B4. RGB value is (176,186,180). Sum of RGB (Red+Green+Blue) = 176+186+180=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAB4 is #4F454B. Grayscale: #B6B6B6. Windows color (decimal): -5195084 or 11844272. OLE color: 11844272.
HSL color Cylindrical-coordinate representation of color #B0BAB4: hue angle of 144º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0BAB4 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 186 | 180 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.27 |
| HSL | 144º | 0.07% | 0.71% | - |
| HSV(B) | 144º | 0.05% | 0.73% | - |
| XYZ | 43.7 | 47.64 | 50.07 | - |
| YUV | 182.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 186 | 180 | 0.05 | 0 | 0.03 | 0.27 | 144 | 0.07 | 0.71 |
| Hex | B0 | BA | B4 | 5 | 0 | 3 | 1B | 90 | 7 | 47 |
| Octal | 260 | 272 | 264 | 5 | 0 | 3 | 33 | 220 | 7 | 107 |
| Binary | 10110000 | 10111010 | 10110100 | 101 | 0 | 11 | 11011 | 10010000 | 111 | 1000111 |
Color Harmonies of #B0BAB4
Complementary color
Monochromatic Colors of #B0BAB4
Black with #B0BAB4
Text Example
Text Example
White with #B0BAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BAB4; }
p { color: rgb(176,186,180); }
H1.HeaderClassName
{
color: #B0BAB4;
}
.AnyTagClassName
{
color: #B0BAB4;
}
</style>
background-color css
<style>
a { background-color: #B0BAB4; }
a { background-color: rgb(176,186,180); }
div.DivClassName
{
background-color: #B0BAB4;
}
.BgClassName
{
background-color: #B0BAB4;
}
</style>
border-color css
<style>
span { border-color: #B0BAB4; }
span { border-color: rgb(176,186,180); }
td.TdClassName
{
border-color: #B0BAB4;
}
.TagClassName
{
border-color: #B0BAB4;
}
</style>