Html Css Color HEX #AEDFBC Fringy Flower

📋 copy color: '#AEDFBC'

red 174 ◦ green 223 ◦ blue 188

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

Shades of Fringy Flower #AEDFBC

Tints of Fringy Flower #AEDFBC

RGB

 RED value IS 174 (68.36% from 255) = 29.74%

 GREEN value IS 223 (87.5% from 255) = 38.12%

 BLUE value IS 188 (73.83% from 255) = 32.14%

R = 29.74%
G = 38.12%
B = 32.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#AEDFBC (or 0xAEDFBC) is known color: Fringy Flower. HEX triplet: AE, DF and BC. RGB value is (174,223,188). Sum of RGB (Red+Green+Blue) = 174+223+188=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFBC is #512043. Grayscale: #CCCCCC. Windows color (decimal): -5316676 or 12378030. OLE color: 12378030.

HSL color Cylindrical-coordinate representation of color #AEDFBC: hue angle of 137.14º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDFBC is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 188 -
CMYK 0.22 0 0.16 0.13
HSL 137.14º 0.43% 0.78% -
HSV(B) 137.14º 0.22% 0.87% -
XYZ 52.92 65.4 57.41 -
YUV 204.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 174 223 188 0.22 0 0.16 0.13 137.14 0.43 0.78
Hex AE DF BC 16 0 10 D 89 2B 4E
Octal 256 337 274 26 0 20 15 211 53 116
Binary 10101110 11011111 10111100 10110 0 10000 1101 10001001 101011 1001110

Color Harmonies of #AEDFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFBC

Black with #AEDFBC

Text Example


Text Example

White with #AEDFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFBC; }

 p { color: rgb(174,223,188); }

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

background-color css

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

 a { background-color: rgb(174,223,188); }

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

border-color css

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

 span { border-color: rgb(174,223,188); }

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