Html Css Color HEX #AEE1BD Fringy Flower

📋 copy color: '#AEE1BD'

red 174 ◦ green 225 ◦ blue 189

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

Shades of Fringy Flower #AEE1BD

Tints of Fringy Flower #AEE1BD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.27%

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

R = 29.59%
G = 38.27%
B = 32.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#AEE1BD (or 0xAEE1BD) is known color: Fringy Flower. HEX triplet: AE, E1 and BD. RGB value is (174,225,189). Sum of RGB (Red+Green+Blue) = 174+225+189=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1BD is #511E42. Grayscale: #CDCDCD. Windows color (decimal): -5316163 or 12444078. OLE color: 12444078.

HSL color Cylindrical-coordinate representation of color #AEE1BD: hue angle of 137.65º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1BD is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 225 189 -
CMYK 0.23 0 0.16 0.12
HSL 137.65º 0.46% 0.78% -
HSV(B) 137.65º 0.23% 0.88% -
XYZ 53.57 66.52 58.16 -
YUV 205.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 174 225 189 0.23 0 0.16 0.12 137.65 0.46 0.78
Hex AE E1 BD 17 0 10 C 8A 2E 4E
Octal 256 341 275 27 0 20 14 212 56 116
Binary 10101110 11100001 10111101 10111 0 10000 1100 10001010 101110 1001110

Color Harmonies of #AEE1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE1BD

Black with #AEE1BD

Text Example


Text Example

White with #AEE1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE1BD; }

 p { color: rgb(174,225,189); }

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

background-color css

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

 a { background-color: rgb(174,225,189); }

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

border-color css

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

 span { border-color: rgb(174,225,189); }

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