#ABBDB2

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

Shades of Loblolly #ABBDB2

Tints of Loblolly #ABBDB2

Color information

#ABBDB2 (or 0xABBDB2) is unknown color: approx Loblolly. HEX triplet: AB, BD and B2. RGB value is (171,189,178). Sum of RGB (Red+Green+Blue) = 171+189+178=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDB2 is #54424D. Grayscale: #B6B6B6. Windows color (decimal): -5521998 or 11713963. OLE color: 11713963.

HSL color Cylindrical-coordinate representation of color #ABBDB2: hue angle of 143.33º 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 #ABBDB2 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB171189178-
CMYK0.1000.060.26
HSL143.33º12%70.59%-
HSV(B)143.33º9.52%74.12%-
XYZ43.0348.2749.17-
YUV182.36125.54119.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 178 (69.92% from 255) = 33.09%
R=31.78%
G=35.13%
B=33.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891780.1000.060.26143.331270.59
HexABBDB2A061A8fc47
Octal25327526212063221714107
Binary10101011101111011011001010100110110101000111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDB2; }

 p { color: rgb(171,189,178); }

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

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

 a { background-color: rgb(171,189,178); }

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

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

 span { border-color: rgb(171,189,178); }

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