Html Css Color HEX #ABDCB8 Fringy Flower

📋 copy color: '#ABDCB8'

red 171 ◦ green 220 ◦ blue 184

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

Shades of Fringy Flower #ABDCB8

Tints of Fringy Flower #ABDCB8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.26%

 BLUE value IS 184 (72.27% from 255) = 32%

R = 29.74%
G = 38.26%
B = 32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#ABDCB8 (or 0xABDCB8) is known color: Fringy Flower. HEX triplet: AB, DC and B8. RGB value is (171,220,184). Sum of RGB (Red+Green+Blue) = 171+220+184=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCB8 is #542347. Grayscale: #C9C9C9. Windows color (decimal): -5514056 or 12115115. OLE color: 12115115.

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

Color convert

RGB 171 220 184 -
CMYK 0.22 0 0.16 0.14
HSL 135.92º 0.41% 0.77% -
HSV(B) 135.92º 0.22% 0.86% -
XYZ 51.04 63.31 54.88 -
YUV 201.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 171 220 184 0.22 0 0.16 0.14 135.92 0.41 0.77
Hex AB DC B8 16 0 10 E 88 29 4D
Octal 253 334 270 26 0 20 16 210 51 115
Binary 10101011 11011100 10111000 10110 0 10000 1110 10001000 101001 1001101

Color Harmonies of #ABDCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCB8

Black with #ABDCB8

Text Example


Text Example

White with #ABDCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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