Shades of Loblolly #A8BFB1
Tints of Loblolly #A8BFB1
RGB
CMYK
RGB Variations
Color information
#A8BFB1 (or 0xA8BFB1) is known color: Loblolly. HEX triplet: A8, BF and B1. RGB value is (168,191,177). Sum of RGB (Red+Green+Blue) = 168+191+177=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFB1 is #57404E. Grayscale: #B6B6B6. Windows color (decimal): -5718095 or 11648936. OLE color: 11648936.
HSL color Cylindrical-coordinate representation of color #A8BFB1: hue angle of 143.48º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BFB1 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 177 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.25 |
| HSL | 143.48º | 0.15% | 0.7% | - |
| HSV(B) | 143.48º | 0.12% | 0.75% | - |
| XYZ | 42.72 | 48.76 | 48.76 | - |
| YUV | 182.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 177 | 0.12 | 0 | 0.07 | 0.25 | 143.48 | 0.15 | 0.7 |
| Hex | A8 | BF | B1 | C | 0 | 7 | 19 | 8F | F | 46 |
| Octal | 250 | 277 | 261 | 14 | 0 | 7 | 31 | 217 | 17 | 106 |
| Binary | 10101000 | 10111111 | 10110001 | 1100 | 0 | 111 | 11001 | 10001111 | 1111 | 1000110 |
Color Harmonies of #A8BFB1
Complementary color
Monochromatic Colors of #A8BFB1
Black with #A8BFB1
Text Example
Text Example
White with #A8BFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFB1; }
p { color: rgb(168,191,177); }
H1.HeaderClassName
{
color: #A8BFB1;
}
.AnyTagClassName
{
color: #A8BFB1;
}
</style>
background-color css
<style>
a { background-color: #A8BFB1; }
a { background-color: rgb(168,191,177); }
div.DivClassName
{
background-color: #A8BFB1;
}
.BgClassName
{
background-color: #A8BFB1;
}
</style>
border-color css
<style>
span { border-color: #A8BFB1; }
span { border-color: rgb(168,191,177); }
td.TdClassName
{
border-color: #A8BFB1;
}
.TagClassName
{
border-color: #A8BFB1;
}
</style>