Shades of Loblolly #A8BFB2
Tints of Loblolly #A8BFB2
RGB
CMYK
RGB Variations
Color information
#A8BFB2 (or 0xA8BFB2) is known color: Loblolly. HEX triplet: A8, BF and B2. RGB value is (168,191,178). Sum of RGB (Red+Green+Blue) = 168+191+178=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFB2 is #57404D. Grayscale: #B6B6B6. Windows color (decimal): -5718094 or 11714472. OLE color: 11714472.
HSL color Cylindrical-coordinate representation of color #A8BFB2: hue angle of 146.09º 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 #A8BFB2 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 191 | 178 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.25 |
| HSL | 146.09º | 0.15% | 0.7% | - |
| HSV(B) | 146.09º | 0.12% | 0.75% | - |
| XYZ | 42.82 | 48.8 | 49.28 | - |
| YUV | 182.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 191 | 178 | 0.12 | 0 | 0.07 | 0.25 | 146.09 | 0.15 | 0.7 |
| Hex | A8 | BF | B2 | C | 0 | 7 | 19 | 92 | F | 46 |
| Octal | 250 | 277 | 262 | 14 | 0 | 7 | 31 | 222 | 17 | 106 |
| Binary | 10101000 | 10111111 | 10110010 | 1100 | 0 | 111 | 11001 | 10010010 | 1111 | 1000110 |
Color Harmonies of #A8BFB2
Complementary color
Monochromatic Colors of #A8BFB2
Black with #A8BFB2
Text Example
Text Example
White with #A8BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BFB2; }
p { color: rgb(168,191,178); }
H1.HeaderClassName
{
color: #A8BFB2;
}
.AnyTagClassName
{
color: #A8BFB2;
}
</style>
background-color css
<style>
a { background-color: #A8BFB2; }
a { background-color: rgb(168,191,178); }
div.DivClassName
{
background-color: #A8BFB2;
}
.BgClassName
{
background-color: #A8BFB2;
}
</style>
border-color css
<style>
span { border-color: #A8BFB2; }
span { border-color: rgb(168,191,178); }
td.TdClassName
{
border-color: #A8BFB2;
}
.TagClassName
{
border-color: #A8BFB2;
}
</style>