#ABFBBC

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

Shades of Fringy Flower #ABFBBC

Tints of Fringy Flower #ABFBBC

Color information

#ABFBBC (or 0xABFBBC) is unknown color: approx Fringy Flower. HEX triplet: AB, FB and BC. RGB value is (171,251,188). Sum of RGB (Red+Green+Blue) = 171+251+188=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBBC is #540443. Grayscale: #DCDCDC. Windows color (decimal): -5506116 or 12385195. OLE color: 12385195.

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

Color convert

RGB171251188-
CMYK0.3200.250.02
HSL132.75º90.91%82.75%-
HSV(B)132.75º31.87%98.43%-
XYZ60.3781.2860.08-
YUV219.911093.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 251 (98.44% from 255) = 41.15%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=28.03%
G=41.15%
B=30.82%

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
Decimal1712511880.3200.250.02132.7590.9182.75
HexABFBBC200192855b53
Octal253373274400312205133123
Binary101010111111101110111100100000011001101000010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFBBC; }

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

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

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

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

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

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

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

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