#ADBEB6

Color #ADBEB6 Loblolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loblolly #ADBEB6

Tints of Loblolly #ADBEB6

Color information

#ADBEB6 (or 0xADBEB6) is unknown color: approx Loblolly. HEX triplet: AD, BE and B6. RGB value is (173,190,182). Sum of RGB (Red+Green+Blue) = 173+190+182=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEB6 is #524149. Grayscale: #B8B8B8. Windows color (decimal): -5390666 or 11976365. OLE color: 11976365.

HSL color Cylindrical-coordinate representation of color #ADBEB6: hue angle of 151.76º 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 #ADBEB6 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB173190182-
CMYK0.0900.040.25
HSL151.76º11.56%71.18%-
HSV(B)151.76º8.95%74.51%-
XYZ44.0949.0951.41-
YUV184126.87120.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 182 (71.48% from 255) = 33.39%
R=31.74%
G=34.86%
B=33.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901820.0900.040.25151.7611.5671.18
HexADBEB69041998c47
Octal25527626611043123014107
Binary10101101101111101011011010010100110011001100011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEB6; }

 p { color: rgb(173,190,182); }

 H1.HeaderClassName
 {
   color: #ADBEB6;
 }
 .AnyTagClassName
 {
   color: #ADBEB6;
 }
</style>
background-color css

<style>
 a { background-color: #ADBEB6; }

 a { background-color: rgb(173,190,182); }

 div.DivClassName
 {
   background-color: #ADBEB6;
 }
 .BgClassName
 {
   background-color: #ADBEB6;
 }
</style>
border-color css

<style>
 span { border-color: #ADBEB6; }

 span { border-color: rgb(173,190,182); }

 td.TdClassName
 {
   border-color: #ADBEB6;
 }
 .TagClassName
 {
   border-color: #ADBEB6;
 }
</style>