#ABE5BD

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

Shades of Fringy Flower #ABE5BD

Tints of Fringy Flower #ABE5BD

Color information

#ABE5BD (or 0xABE5BD) is unknown color: approx Fringy Flower. HEX triplet: AB, E5 and BD. RGB value is (171,229,189). Sum of RGB (Red+Green+Blue) = 171+229+189=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #ABE5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE5BD is #541A42. Grayscale: #CFCFCF. Windows color (decimal): -5511747 or 12445099. OLE color: 12445099.

HSL color Cylindrical-coordinate representation of color #ABE5BD: hue angle of 138.62º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE5BD is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB171229189-
CMYK0.2500.170.10
HSL138.62º52.73%78.43%-
HSV(B)138.62º25.33%89.8%-
XYZ5468.3758.49-
YUV207.1117.78102.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.03%
GREEN value IS 229 (89.84% from 255) = 38.88%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=29.03%
G=38.88%
B=32.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1712291890.2500.170.10138.6252.7378.43
HexABE5BD19011A8b354e
Octal253345275310211221365116
Binary101010111110010110111101110010100011010100010111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE5BD; }

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

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

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

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

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

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

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

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