#ABEBBA

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

Shades of Fringy Flower #ABEBBA

Tints of Fringy Flower #ABEBBA

Color information

#ABEBBA (or 0xABEBBA) is unknown color: approx Fringy Flower. HEX triplet: AB, EB and BA. RGB value is (171,235,186). Sum of RGB (Red+Green+Blue) = 171+235+186=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBBA is #541445. Grayscale: #D2D2D2. Windows color (decimal): -5510214 or 12250027. OLE color: 12250027.

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

Color convert

RGB171235186-
CMYK0.2700.210.08
HSL134.06º61.54%79.61%-
HSV(B)134.06º27.23%92.16%-
XYZ55.3771.6257.36-
YUV210.28114.399.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.89%
GREEN value IS 235 (92.19% from 255) = 39.70%
BLUE value IS 186 (73.05% from 255) = 31.42%
R=28.89%
G=39.70%
B=31.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712351860.2700.210.08134.0661.5479.61
HexABEBBA1B0158863e50
Octal253353272330251020676120
Binary101010111110101110111010110110101011000100001101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEBBA; }

 p { color: rgb(171,235,186); }

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

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

 a { background-color: rgb(171,235,186); }

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

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

 span { border-color: rgb(171,235,186); }

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