#ABBFB4

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

Shades of Loblolly #ABBFB4

Tints of Loblolly #ABBFB4

Color information

#ABBFB4 (or 0xABBFB4) is unknown color: approx Loblolly. HEX triplet: AB, BF and B4. RGB value is (171,191,180). Sum of RGB (Red+Green+Blue) = 171+191+180=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFB4 is #54404B. Grayscale: #B7B7B7. Windows color (decimal): -5521484 or 11845547. OLE color: 11845547.

HSL color Cylindrical-coordinate representation of color #ABBFB4: hue angle of 147º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBFB4 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB171191180-
CMYK0.1000.060.25
HSL147º13.51%70.98%-
HSV(B)147º10.47%74.9%-
XYZ43.6649.2150.38-
YUV183.77125.87118.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=31.55%
G=35.24%
B=33.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911800.1000.060.2514713.5170.98
HexABBFB4A061993e47
Octal25327726412063122316107
Binary10101011101111111011010010100110110011001001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBFB4; }

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

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

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

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

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

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

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

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