Html Css Color HEX #ABDEC0 Fringy Flower

📋 copy color: '#ABDEC0'

red 171 ◦ green 222 ◦ blue 192

#ABDEC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #ABDEC0

Tints of Fringy Flower #ABDEC0

RGB

 RED value IS 171 (67.19% from 255) = 29.23%

 GREEN value IS 222 (87.11% from 255) = 37.95%

 BLUE value IS 192 (75.39% from 255) = 32.82%

R = 29.23%
G = 37.95%
B = 32.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#ABDEC0 (or 0xABDEC0) is known color: Fringy Flower. HEX triplet: AB, DE and C0. RGB value is (171,222,192). Sum of RGB (Red+Green+Blue) = 171+222+192=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEC0 is #54213F. Grayscale: #CBCBCB. Windows color (decimal): -5513536 or 12639915. OLE color: 12639915.

HSL color Cylindrical-coordinate representation of color #ABDEC0: hue angle of 144.71º degrees, saturation: 0.44, 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 #ABDEC0 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 222 192 -
CMYK 0.23 0 0.14 0.13
HSL 144.71º 0.44% 0.77% -
HSV(B) 144.71º 0.23% 0.87% -
XYZ 52.43 64.71 59.6 -
YUV 203.33 121.6 104.94 -
System Red Green Blue C M Y K H S L
Decimal 171 222 192 0.23 0 0.14 0.13 144.71 0.44 0.77
Hex AB DE C0 17 0 E D 91 2C 4D
Octal 253 336 300 27 0 16 15 221 54 115
Binary 10101011 11011110 11000000 10111 0 1110 1101 10010001 101100 1001101

Color Harmonies of #ABDEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDEC0

Black with #ABDEC0

Text Example


Text Example

White with #ABDEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDEC0; }

 p { color: rgb(171,222,192); }

 H1.HeaderClassName
 {
   color: #ABDEC0;
 }
 .AnyTagClassName
 {
   color: #ABDEC0;
 }
</style>

background-color css

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

 a { background-color: rgb(171,222,192); }

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

border-color css

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

 span { border-color: rgb(171,222,192); }

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