#ABBDB4

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

Shades of Loblolly #ABBDB4

Tints of Loblolly #ABBDB4

Color information

#ABBDB4 (or 0xABBDB4) is unknown color: approx Loblolly. HEX triplet: AB, BD and B4. RGB value is (171,189,180). Sum of RGB (Red+Green+Blue) = 171+189+180=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDB4 is #54424B. Grayscale: #B6B6B6. Windows color (decimal): -5521996 or 11845035. OLE color: 11845035.

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

Color convert

RGB171189180-
CMYK0.1000.050.26
HSL150º12%70.59%-
HSV(B)150º9.52%74.12%-
XYZ43.2348.3550.23-
YUV182.59126.54119.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 180 (70.70% from 255) = 33.33%
R=31.67%
G=35%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891800.1000.050.261501270.59
HexABBDB4A051A96c47
Octal25327526412053222614107
Binary10101011101111011011010010100101110101001011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDB4; }

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

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

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

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

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

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

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

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