#ADBBB2

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

Shades of Loblolly #ADBBB2

Tints of Loblolly #ADBBB2

Color information

#ADBBB2 (or 0xADBBB2) is unknown color: approx Loblolly. HEX triplet: AD, BB and B2. RGB value is (173,187,178). Sum of RGB (Red+Green+Blue) = 173+187+178=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 187 (73.44% from 255 or 34.76% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBB2 is #52444D. Grayscale: #B5B5B5. Windows color (decimal): -5391438 or 11713453. OLE color: 11713453.

HSL color Cylindrical-coordinate representation of color #ADBBB2: hue angle of 141.43º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADBBB2 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB173187178-
CMYK0.0700.050.27
HSL141.43º9.33%70.59%-
HSV(B)141.43º7.49%73.33%-
XYZ43.0447.6449.05-
YUV181.79125.86121.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.16%
GREEN value IS 187 (73.44% from 255) = 34.76%
BLUE value IS 178 (69.92% from 255) = 33.09%
R=32.16%
G=34.76%
B=33.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731871780.0700.050.27141.439.3370.59
HexADBBB27051B8d947
Octal2552732627053321511107
Binary1010110110111011101100101110101110111000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBB2; }

 p { color: rgb(173,187,178); }

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

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

 a { background-color: rgb(173,187,178); }

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

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

 span { border-color: rgb(173,187,178); }

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