Html Css Color HEX #AEDBBE Fringy Flower

📋 copy color: '#AEDBBE'

red 174 ◦ green 219 ◦ blue 190

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

Shades of Fringy Flower #AEDBBE

Tints of Fringy Flower #AEDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.56%

 BLUE value IS 190 (74.61% from 255) = 32.59%

R = 29.85%
G = 37.56%
B = 32.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#AEDBBE (or 0xAEDBBE) is known color: Fringy Flower. HEX triplet: AE, DB and BE. RGB value is (174,219,190). Sum of RGB (Red+Green+Blue) = 174+219+190=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBBE is #512441. Grayscale: #CACACA. Windows color (decimal): -5317698 or 12508078. OLE color: 12508078.

HSL color Cylindrical-coordinate representation of color #AEDBBE: hue angle of 141.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDBBE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 190 -
CMYK 0.21 0 0.13 0.14
HSL 141.33º 0.38% 0.77% -
HSV(B) 141.33º 0.21% 0.86% -
XYZ 52.08 63.38 58.2 -
YUV 202.24 121.09 107.86 -
System Red Green Blue C M Y K H S L
Decimal 174 219 190 0.21 0 0.13 0.14 141.33 0.38 0.77
Hex AE DB BE 15 0 D E 8D 26 4D
Octal 256 333 276 25 0 15 16 215 46 115
Binary 10101110 11011011 10111110 10101 0 1101 1110 10001101 100110 1001101

Color Harmonies of #AEDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBBE

Black with #AEDBBE

Text Example


Text Example

White with #AEDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBBE; }

 p { color: rgb(174,219,190); }

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

background-color css

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

 a { background-color: rgb(174,219,190); }

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

border-color css

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

 span { border-color: rgb(174,219,190); }

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