Shades of Loblolly #ABBDB2
Tints of Loblolly #ABBDB2
RGB
CMYK
RGB Variations
Color information
#ABBDB2 (or 0xABBDB2) is known color: Loblolly. HEX triplet: AB, BD and B2. RGB value is (171,189,178). Sum of RGB (Red+Green+Blue) = 171+189+178=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDB2 is #54424D. Grayscale: #B6B6B6. Windows color (decimal): -5521998 or 11713963. OLE color: 11713963.
HSL color Cylindrical-coordinate representation of color #ABBDB2: hue angle of 143.33º 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 #ABBDB2 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
RGB | 171 | 189 | 178 | - |
CMYK | 0.10 | 0 | 0.06 | 0.26 |
HSL | 143.33º | 0.12% | 0.71% | - |
HSV(B) | 143.33º | 0.1% | 0.74% | - |
XYZ | 43.03 | 48.27 | 49.17 | - |
YUV | 182.36 | 125.54 | 119.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 189 | 178 | 0.10 | 0 | 0.06 | 0.26 | 143.33 | 0.12 | 0.71 |
Hex | AB | BD | B2 | A | 0 | 6 | 1A | 8F | C | 47 |
Octal | 253 | 275 | 262 | 12 | 0 | 6 | 32 | 217 | 14 | 107 |
Binary | 10101011 | 10111101 | 10110010 | 1010 | 0 | 110 | 11010 | 10001111 | 1100 | 1000111 |
Color Harmonies of #ABBDB2
Complementary color
Monochromatic Colors of #ABBDB2
Black with #ABBDB2
Text Example
Text Example
White with #ABBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDB2; }
p { color: rgb(171,189,178); }
H1.HeaderClassName
{
color: #ABBDB2;
}
.AnyTagClassName
{
color: #ABBDB2;
}
</style>
background-color css
<style>
a { background-color: #ABBDB2; }
a { background-color: rgb(171,189,178); }
div.DivClassName
{
background-color: #ABBDB2;
}
.BgClassName
{
background-color: #ABBDB2;
}
</style>
border-color css
<style>
span { border-color: #ABBDB2; }
span { border-color: rgb(171,189,178); }
td.TdClassName
{
border-color: #ABBDB2;
}
.TagClassName
{
border-color: #ABBDB2;
}
</style>