Html Css Color HEX #ABECC2 Fringy Flower

📋 copy color: '#ABECC2'

red 171 ◦ green 236 ◦ blue 194

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

Shades of Fringy Flower #ABECC2

Tints of Fringy Flower #ABECC2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.27%

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

R = 28.45%
G = 39.27%
B = 32.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ABECC2 (or 0xABECC2) is known color: Fringy Flower. HEX triplet: AB, EC and C2. RGB value is (171,236,194). Sum of RGB (Red+Green+Blue) = 171+236+194=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 194 (76.17% from 255 or 32.28% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECC2 is #54133D. Grayscale: #D3D3D3. Windows color (decimal): -5509950 or 12774571. OLE color: 12774571.

HSL color Cylindrical-coordinate representation of color #ABECC2: hue angle of 141.23º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECC2 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 236 194 -
CMYK 0.28 0 0.18 0.07
HSL 141.23º 0.63% 0.8% -
HSV(B) 141.23º 0.28% 0.93% -
XYZ 56.53 72.54 62.06 -
YUV 211.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 171 236 194 0.28 0 0.18 0.07 141.23 0.63 0.8
Hex AB EC C2 1C 0 12 7 8D 3F 50
Octal 253 354 302 34 0 22 7 215 77 120
Binary 10101011 11101100 11000010 11100 0 10010 111 10001101 111111 1010000

Color Harmonies of #ABECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABECC2

Black with #ABECC2

Text Example


Text Example

White with #ABECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABECC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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