#ABFBBD

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

Shades of Fringy Flower #ABFBBD

Tints of Fringy Flower #ABFBBD

Color information

#ABFBBD (or 0xABFBBD) is unknown color: approx Fringy Flower. HEX triplet: AB, FB and BD. RGB value is (171,251,189). Sum of RGB (Red+Green+Blue) = 171+251+189=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBBD is #540442. Grayscale: #DCDCDC. Windows color (decimal): -5506115 or 12450731. OLE color: 12450731.

HSL color Cylindrical-coordinate representation of color #ABFBBD: hue angle of 133.5º 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 #ABFBBD is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB171251189-
CMYK0.3200.250.02
HSL133.5º90.91%82.75%-
HSV(B)133.5º31.87%98.43%-
XYZ60.4881.3360.65-
YUV220.01110.593.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.99%
GREEN value IS 251 (98.44% from 255) = 41.08%
BLUE value IS 189 (74.22% from 255) = 30.93%
R=27.99%
G=41.08%
B=30.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712511890.3200.250.02133.590.9182.75
HexABFBBD200192865b53
Octal253373275400312206133123
Binary101010111111101110111101100000011001101000011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFBBD; }

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

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

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

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

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

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

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

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