#ABDDBE

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

Shades of Fringy Flower #ABDDBE

Tints of Fringy Flower #ABDDBE

Color information

#ABDDBE (or 0xABDDBE) is unknown color: approx Fringy Flower. HEX triplet: AB, DD and BE. RGB value is (171,221,190). Sum of RGB (Red+Green+Blue) = 171+221+190=582 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.38% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDBE is #542241. Grayscale: #CACACA. Windows color (decimal): -5513794 or 12508587. OLE color: 12508587.

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

Color convert

RGB171221190-
CMYK0.2300.140.13
HSL142.8º42.37%76.86%-
HSV(B)142.8º22.62%86.67%-
XYZ51.9564.0958.35-
YUV202.52120.94105.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.38%
GREEN value IS 221 (86.72% from 255) = 37.97%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=29.38%
G=37.97%
B=32.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712211900.2300.140.13142.842.3776.86
HexABDDBE170ED8f2a4d
Octal253335276270161521752115
Binary10101011110111011011111010111011101101100011111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDBE; }

 p { color: rgb(171,221,190); }

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

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

 a { background-color: rgb(171,221,190); }

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

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

 span { border-color: rgb(171,221,190); }

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