Shades of Loblolly #A8BBB0
Tints of Loblolly #A8BBB0
RGB
CMYK
RGB Variations
Color information
#A8BBB0 (or 0xA8BBB0) is known color: Loblolly. HEX triplet: A8, BB and B0. RGB value is (168,187,176). Sum of RGB (Red+Green+Blue) = 168+187+176=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBB0 is #57444F. Grayscale: #B4B4B4. Windows color (decimal): -5719120 or 11582376. OLE color: 11582376.
HSL color Cylindrical-coordinate representation of color #A8BBB0: hue angle of 145.26º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8BBB0 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 176 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.27 |
| HSL | 145.26º | 0.12% | 0.7% | - |
| HSV(B) | 145.26º | 0.1% | 0.73% | - |
| XYZ | 41.76 | 47 | 47.95 | - |
| YUV | 180.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 176 | 0.10 | 0 | 0.06 | 0.27 | 145.26 | 0.12 | 0.7 |
| Hex | A8 | BB | B0 | A | 0 | 6 | 1B | 91 | C | 46 |
| Octal | 250 | 273 | 260 | 12 | 0 | 6 | 33 | 221 | 14 | 106 |
| Binary | 10101000 | 10111011 | 10110000 | 1010 | 0 | 110 | 11011 | 10010001 | 1100 | 1000110 |
Color Harmonies of #A8BBB0
Complementary color
Monochromatic Colors of #A8BBB0
Black with #A8BBB0
Text Example
Text Example
White with #A8BBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BBB0; }
p { color: rgb(168,187,176); }
H1.HeaderClassName
{
color: #A8BBB0;
}
.AnyTagClassName
{
color: #A8BBB0;
}
</style>
background-color css
<style>
a { background-color: #A8BBB0; }
a { background-color: rgb(168,187,176); }
div.DivClassName
{
background-color: #A8BBB0;
}
.BgClassName
{
background-color: #A8BBB0;
}
</style>
border-color css
<style>
span { border-color: #A8BBB0; }
span { border-color: rgb(168,187,176); }
td.TdClassName
{
border-color: #A8BBB0;
}
.TagClassName
{
border-color: #A8BBB0;
}
</style>