Shades of Loblolly #AEBDB4
Tints of Loblolly #AEBDB4
RGB
CMYK
RGB Variations
Color information
#AEBDB4 (or 0xAEBDB4) is known color: Loblolly. HEX triplet: AE, BD and B4. RGB value is (174,189,180). Sum of RGB (Red+Green+Blue) = 174+189+180=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDB4 is #51424B. Grayscale: #B7B7B7. Windows color (decimal): -5325388 or 11845038. OLE color: 11845038.
HSL color Cylindrical-coordinate representation of color #AEBDB4: hue angle of 144º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AEBDB4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 189 | 180 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.26 |
| HSL | 144º | 0.1% | 0.71% | - |
| HSV(B) | 144º | 0.08% | 0.74% | - |
| XYZ | 43.89 | 48.69 | 50.26 | - |
| YUV | 183.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 180 | 0.08 | 0 | 0.05 | 0.26 | 144 | 0.1 | 0.71 |
| Hex | AE | BD | B4 | 8 | 0 | 5 | 1A | 90 | A | 47 |
| Octal | 256 | 275 | 264 | 10 | 0 | 5 | 32 | 220 | 12 | 107 |
| Binary | 10101110 | 10111101 | 10110100 | 1000 | 0 | 101 | 11010 | 10010000 | 1010 | 1000111 |
Color Harmonies of #AEBDB4
Complementary color
Monochromatic Colors of #AEBDB4
Black with #AEBDB4
Text Example
Text Example
White with #AEBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDB4; }
p { color: rgb(174,189,180); }
H1.HeaderClassName
{
color: #AEBDB4;
}
.AnyTagClassName
{
color: #AEBDB4;
}
</style>
background-color css
<style>
a { background-color: #AEBDB4; }
a { background-color: rgb(174,189,180); }
div.DivClassName
{
background-color: #AEBDB4;
}
.BgClassName
{
background-color: #AEBDB4;
}
</style>
border-color css
<style>
span { border-color: #AEBDB4; }
span { border-color: rgb(174,189,180); }
td.TdClassName
{
border-color: #AEBDB4;
}
.TagClassName
{
border-color: #AEBDB4;
}
</style>