Html Css Color HEX #AEEBBA Fringy Flower

📋 copy color: '#AEEBBA'

red 174 ◦ green 235 ◦ blue 186

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

Shades of Fringy Flower #AEEBBA

Tints of Fringy Flower #AEEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.5%

 BLUE value IS 186 (73.05% from 255) = 31.26%

R = 29.24%
G = 39.5%
B = 31.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#AEEBBA (or 0xAEEBBA) is known color: Fringy Flower. HEX triplet: AE, EB and BA. RGB value is (174,235,186). Sum of RGB (Red+Green+Blue) = 174+235+186=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBBA is #511445. Grayscale: #D3D3D3. Windows color (decimal): -5313606 or 12250030. OLE color: 12250030.

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

Color convert

RGB 174 235 186 -
CMYK 0.26 0 0.21 0.08
HSL 131.8º 0.6% 0.8% -
HSV(B) 131.8º 0.26% 0.92% -
XYZ 56.03 71.96 57.39 -
YUV 211.18 113.79 101.48 -
System Red Green Blue C M Y K H S L
Decimal 174 235 186 0.26 0 0.21 0.08 131.8 0.6 0.8
Hex AE EB BA 1A 0 15 8 84 3C 50
Octal 256 353 272 32 0 25 10 204 74 120
Binary 10101110 11101011 10111010 11010 0 10101 1000 10000100 111100 1010000

Color Harmonies of #AEEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBBA

Black with #AEEBBA

Text Example


Text Example

White with #AEEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBBA; }

 p { color: rgb(174,235,186); }

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

background-color css

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

 a { background-color: rgb(174,235,186); }

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

border-color css

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

 span { border-color: rgb(174,235,186); }

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