#ABFFBC

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

Shades of Fringy Flower #ABFFBC

Tints of Fringy Flower #ABFFBC

Color information

#ABFFBC (or 0xABFFBC) is unknown color: approx Fringy Flower. HEX triplet: AB, FF and BC. RGB value is (171,255,188). Sum of RGB (Red+Green+Blue) = 171+255+188=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFBC is #540043. Grayscale: #DEDEDE. Windows color (decimal): -5505092 or 12386219. OLE color: 12386219.

HSL color Cylindrical-coordinate representation of color #ABFFBC: hue angle of 132.14º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFBC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB171255188-
CMYK0.3300.260
HSL132.14º100%83.53%-
HSV(B)132.14º32.94%100%-
XYZ61.6383.8160.51-
YUV222.25108.6791.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.85%
GREEN value IS 255 (100% from 255) = 41.53%
BLUE value IS 188 (73.83% from 255) = 30.62%
R=27.85%
G=41.53%
B=30.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712551880.3300.260132.1410083.53
HexABFFBC2101A0846454
Octal253377274410320204144124
Binary10101011111111111011110010000101101001000010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFFBC; }

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

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

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

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

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

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

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

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