Html Css Color HEX #ABDDBD Fringy Flower

📋 copy color: '#ABDDBD'

red 171 ◦ green 221 ◦ blue 189

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

Shades of Fringy Flower #ABDDBD

Tints of Fringy Flower #ABDDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.04%

 BLUE value IS 189 (74.22% from 255) = 32.53%

R = 29.43%
G = 38.04%
B = 32.53%

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

#ABDDBD (or 0xABDDBD) is known color: Fringy Flower. HEX triplet: AB, DD and BD. RGB value is (171,221,189). Sum of RGB (Red+Green+Blue) = 171+221+189=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDBD is #542242. Grayscale: #CACACA. Windows color (decimal): -5513795 or 12443051. OLE color: 12443051.

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

Color convert

RGB 171 221 189 -
CMYK 0.23 0 0.14 0.13
HSL 141.6º 0.42% 0.77% -
HSV(B) 141.6º 0.23% 0.87% -
XYZ 51.84 64.04 57.77 -
YUV 202.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 171 221 189 0.23 0 0.14 0.13 141.6 0.42 0.77
Hex AB DD BD 17 0 E D 8E 2A 4D
Octal 253 335 275 27 0 16 15 216 52 115
Binary 10101011 11011101 10111101 10111 0 1110 1101 10001110 101010 1001101

Color Harmonies of #ABDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDBD

Black with #ABDDBD

Text Example


Text Example

White with #ABDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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