#ABFBBA

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

Shades of Fringy Flower #ABFBBA

Tints of Fringy Flower #ABFBBA

Color information

#ABFBBA (or 0xABFBBA) is unknown color: approx Fringy Flower. HEX triplet: AB, FB and BA. RGB value is (171,251,186). Sum of RGB (Red+Green+Blue) = 171+251+186=608 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.12% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBBA is #540445. Grayscale: #DBDBDB. Windows color (decimal): -5506118 or 12254123. OLE color: 12254123.

HSL color Cylindrical-coordinate representation of color #ABFBBA: hue angle of 131.25º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBBA is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB171251186-
CMYK0.3200.260.02
HSL131.25º90.91%82.75%-
HSV(B)131.25º31.87%98.43%-
XYZ60.1581.258.96-
YUV219.6710993.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.12%
GREEN value IS 251 (98.44% from 255) = 41.28%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=28.12%
G=41.28%
B=30.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712511860.3200.260.02131.2590.9182.75
HexABFBBA2001A2835b53
Octal253373272400322203133123
Binary101010111111101110111010100000011010101000001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFBBA; }

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

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

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

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

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

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

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

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