Shades of Loblolly #ABBDB4
Tints of Loblolly #ABBDB4
RGB
CMYK
RGB Variations
Color information
#ABBDB4 (or 0xABBDB4) is known color: Loblolly. HEX triplet: AB, BD and B4. RGB value is (171,189,180). Sum of RGB (Red+Green+Blue) = 171+189+180=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDB4 is #54424B. Grayscale: #B6B6B6. Windows color (decimal): -5521996 or 11845035. OLE color: 11845035.
HSL color Cylindrical-coordinate representation of color #ABBDB4: hue angle of 150º 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 #ABBDB4 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
RGB | 171 | 189 | 180 | - |
CMYK | 0.10 | 0 | 0.05 | 0.26 |
HSL | 150º | 0.12% | 0.71% | - |
HSV(B) | 150º | 0.1% | 0.74% | - |
XYZ | 43.23 | 48.35 | 50.23 | - |
YUV | 182.59 | 126.54 | 119.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 189 | 180 | 0.10 | 0 | 0.05 | 0.26 | 150 | 0.12 | 0.71 |
Hex | AB | BD | B4 | A | 0 | 5 | 1A | 96 | C | 47 |
Octal | 253 | 275 | 264 | 12 | 0 | 5 | 32 | 226 | 14 | 107 |
Binary | 10101011 | 10111101 | 10110100 | 1010 | 0 | 101 | 11010 | 10010110 | 1100 | 1000111 |
Color Harmonies of #ABBDB4
Complementary color
Monochromatic Colors of #ABBDB4
Black with #ABBDB4
Text Example
Text Example
White with #ABBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDB4; }
p { color: rgb(171,189,180); }
H1.HeaderClassName
{
color: #ABBDB4;
}
.AnyTagClassName
{
color: #ABBDB4;
}
</style>
background-color css
<style>
a { background-color: #ABBDB4; }
a { background-color: rgb(171,189,180); }
div.DivClassName
{
background-color: #ABBDB4;
}
.BgClassName
{
background-color: #ABBDB4;
}
</style>
border-color css
<style>
span { border-color: #ABBDB4; }
span { border-color: rgb(171,189,180); }
td.TdClassName
{
border-color: #ABBDB4;
}
.TagClassName
{
border-color: #ABBDB4;
}
</style>