Shades of Loblolly #ADBEB5
Tints of Loblolly #ADBEB5
RGB
CMYK
RGB Variations
Color information
#ADBEB5 (or 0xADBEB5) is known color: Loblolly. HEX triplet: AD, BE and B5. RGB value is (173,190,181). Sum of RGB (Red+Green+Blue) = 173+190+181=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEB5 is #52414A. Grayscale: #B7B7B7. Windows color (decimal): -5390667 or 11910829. OLE color: 11910829.
HSL color Cylindrical-coordinate representation of color #ADBEB5: hue angle of 148.24º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBEB5 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 173 | 190 | 181 | - |
CMYK | 0.09 | 0 | 0.05 | 0.25 |
HSL | 148.24º | 0.12% | 0.71% | - |
HSV(B) | 148.24º | 0.09% | 0.75% | - |
XYZ | 43.99 | 49.05 | 50.86 | - |
YUV | 183.89 | 126.37 | 120.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 190 | 181 | 0.09 | 0 | 0.05 | 0.25 | 148.24 | 0.12 | 0.71 |
Hex | AD | BE | B5 | 9 | 0 | 5 | 19 | 94 | C | 47 |
Octal | 255 | 276 | 265 | 11 | 0 | 5 | 31 | 224 | 14 | 107 |
Binary | 10101101 | 10111110 | 10110101 | 1001 | 0 | 101 | 11001 | 10010100 | 1100 | 1000111 |
Color Harmonies of #ADBEB5
Complementary color
Monochromatic Colors of #ADBEB5
Black with #ADBEB5
Text Example
Text Example
White with #ADBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBEB5; }
p { color: rgb(173,190,181); }
H1.HeaderClassName
{
color: #ADBEB5;
}
.AnyTagClassName
{
color: #ADBEB5;
}
</style>
background-color css
<style>
a { background-color: #ADBEB5; }
a { background-color: rgb(173,190,181); }
div.DivClassName
{
background-color: #ADBEB5;
}
.BgClassName
{
background-color: #ADBEB5;
}
</style>
border-color css
<style>
span { border-color: #ADBEB5; }
span { border-color: rgb(173,190,181); }
td.TdClassName
{
border-color: #ADBEB5;
}
.TagClassName
{
border-color: #ADBEB5;
}
</style>