Shades of Loblolly #ABBDB3
Tints of Loblolly #ABBDB3
RGB
CMYK
RGB Variations
Color information
#ABBDB3 (or 0xABBDB3) is known color: Loblolly. HEX triplet: AB, BD and B3. RGB value is (171,189,179). Sum of RGB (Red+Green+Blue) = 171+189+179=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDB3 is #54424C. Grayscale: #B6B6B6. Windows color (decimal): -5521997 or 11779499. OLE color: 11779499.
HSL color Cylindrical-coordinate representation of color #ABBDB3: hue angle of 146.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBDB3 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 179 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.26 |
| HSL | 146.67º | 0.12% | 0.71% | - |
| HSV(B) | 146.67º | 0.1% | 0.74% | - |
| XYZ | 43.13 | 48.31 | 49.7 | - |
| YUV | 182.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 179 | 0.10 | 0 | 0.05 | 0.26 | 146.67 | 0.12 | 0.71 |
| Hex | AB | BD | B3 | A | 0 | 5 | 1A | 93 | C | 47 |
| Octal | 253 | 275 | 263 | 12 | 0 | 5 | 32 | 223 | 14 | 107 |
| Binary | 10101011 | 10111101 | 10110011 | 1010 | 0 | 101 | 11010 | 10010011 | 1100 | 1000111 |
Color Harmonies of #ABBDB3
Complementary color
Monochromatic Colors of #ABBDB3
Black with #ABBDB3
Text Example
Text Example
White with #ABBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDB3; }
p { color: rgb(171,189,179); }
H1.HeaderClassName
{
color: #ABBDB3;
}
.AnyTagClassName
{
color: #ABBDB3;
}
</style>
background-color css
<style>
a { background-color: #ABBDB3; }
a { background-color: rgb(171,189,179); }
div.DivClassName
{
background-color: #ABBDB3;
}
.BgClassName
{
background-color: #ABBDB3;
}
</style>
border-color css
<style>
span { border-color: #ABBDB3; }
span { border-color: rgb(171,189,179); }
td.TdClassName
{
border-color: #ABBDB3;
}
.TagClassName
{
border-color: #ABBDB3;
}
</style>