Html Css Color HEX #ABEAC2 Fringy Flower

📋 copy color: '#ABEAC2'

red 171 ◦ green 234 ◦ blue 194

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

Shades of Fringy Flower #ABEAC2

Tints of Fringy Flower #ABEAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.07%

 BLUE value IS 194 (76.17% from 255) = 32.39%

R = 28.55%
G = 39.07%
B = 32.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#ABEAC2 (or 0xABEAC2) is known color: Fringy Flower. HEX triplet: AB, EA and C2. RGB value is (171,234,194). Sum of RGB (Red+Green+Blue) = 171+234+194=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEAC2 is #54153D. Grayscale: #D2D2D2. Windows color (decimal): -5510462 or 12774059. OLE color: 12774059.

HSL color Cylindrical-coordinate representation of color #ABEAC2: hue angle of 141.9º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEAC2 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 234 194 -
CMYK 0.27 0 0.17 0.08
HSL 141.9º 0.6% 0.79% -
HSV(B) 141.9º 0.27% 0.92% -
XYZ 55.96 71.4 61.87 -
YUV 210.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 171 234 194 0.27 0 0.17 0.08 141.9 0.6 0.79
Hex AB EA C2 1B 0 11 8 8E 3C 4F
Octal 253 352 302 33 0 21 10 216 74 117
Binary 10101011 11101010 11000010 11011 0 10001 1000 10001110 111100 1001111

Color Harmonies of #ABEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEAC2

Black with #ABEAC2

Text Example


Text Example

White with #ABEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEAC2; }

 p { color: rgb(171,234,194); }

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

background-color css

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

 a { background-color: rgb(171,234,194); }

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

border-color css

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

 span { border-color: rgb(171,234,194); }

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