#ABDCBF

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

Shades of Fringy Flower #ABDCBF

Tints of Fringy Flower #ABDCBF

Color information

#ABDCBF (or 0xABDCBF) is unknown color: approx Fringy Flower. HEX triplet: AB, DC and BF. RGB value is (171,220,191). Sum of RGB (Red+Green+Blue) = 171+220+191=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCBF is #542340. Grayscale: #CACACA. Windows color (decimal): -5514049 or 12573867. OLE color: 12573867.

HSL color Cylindrical-coordinate representation of color #ABDCBF: hue angle of 144.49º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCBF is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB171220191-
CMYK0.2200.130.14
HSL144.49º41.18%76.67%-
HSV(B)144.49º22.27%86.27%-
XYZ51.7963.6158.84-
YUV202.04121.77105.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 220 (86.33% from 255) = 37.80%
BLUE value IS 191 (75% from 255) = 32.82%
R=29.38%
G=37.80%
B=32.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201910.2200.130.14144.4941.1876.67
HexABDCBF160DE90294d
Octal253334277260151622051115
Binary10101011110111001011111110110011011110100100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCBF; }

 p { color: rgb(171,220,191); }

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

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

 a { background-color: rgb(171,220,191); }

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

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

 span { border-color: rgb(171,220,191); }

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