#ABE2BC

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

Shades of Fringy Flower #ABE2BC

Tints of Fringy Flower #ABE2BC

Color information

#ABE2BC (or 0xABE2BC) is unknown color: approx Fringy Flower. HEX triplet: AB, E2 and BC. RGB value is (171,226,188). Sum of RGB (Red+Green+Blue) = 171+226+188=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2BC is #541D43. Grayscale: #CDCDCD. Windows color (decimal): -5512516 or 12378795. OLE color: 12378795.

HSL color Cylindrical-coordinate representation of color #ABE2BC: hue angle of 138.55º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE2BC is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB171226188-
CMYK0.2400.170.11
HSL138.55º48.67%77.84%-
HSV(B)138.55º24.34%88.63%-
XYZ53.0766.6857.65-
YUV205.22118.28103.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 226 (88.67% from 255) = 38.63%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=29.23%
G=38.63%
B=32.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1712261880.2400.170.11138.5548.6777.84
HexABE2BC18011B8b314e
Octal253342274300211321361116
Binary101010111110001010111100110000100011011100010111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE2BC; }

 p { color: rgb(171,226,188); }

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

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

 a { background-color: rgb(171,226,188); }

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

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

 span { border-color: rgb(171,226,188); }

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