#ABEAC2

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

Shades of Fringy Flower #ABEAC2

Tints of Fringy Flower #ABEAC2

Color information

#ABEAC2 (or 0xABEAC2) is unknown color: approx Fringy Flower. HEX triplet: AB, EA and C2. RGB value is (171,234,194). Sum of RGB (Red+Green+Blue) = 171+234+194=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAC2 is #54153D. Grayscale: #D2D2D2. Windows color (decimal): -5510462 or 12774059. OLE color: 12774059.

HSL color Cylindrical-coordinate representation of color #ABEAC2: hue angle of 141.9º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEAC2 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB171234194-
CMYK0.2700.170.08
HSL141.9º60%79.41%-
HSV(B)141.9º26.92%91.76%-
XYZ55.9671.461.87-
YUV210.6118.6399.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.55%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 194 (76.17% from 255) = 32.39%
R=28.55%
G=39.07%
B=32.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712341940.2700.170.08141.96079.41
HexABEAC21B01188e3c4f
Octal253352302330211021674117
Binary101010111110101011000010110110100011000100011101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEAC2; }

 p { color: rgb(171,234,194); }

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

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

 a { background-color: rgb(171,234,194); }

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

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

 span { border-color: rgb(171,234,194); }

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