Html Css Color HEX #AEEBBC Fringy Flower

📋 copy color: '#AEEBBC'

red 174 ◦ green 235 ◦ blue 188

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

Shades of Fringy Flower #AEEBBC

Tints of Fringy Flower #AEEBBC

RGB

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

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

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

R = 29.15%
G = 39.36%
B = 31.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.2

 K value IS 0.08

RGB Variations

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

Color information

#AEEBBC (or 0xAEEBBC) is known color: Fringy Flower. HEX triplet: AE, EB and BC. RGB value is (174,235,188). Sum of RGB (Red+Green+Blue) = 174+235+188=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 235 (92.19% from 255 or 39.36% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBBC is #511443. Grayscale: #D3D3D3. Windows color (decimal): -5313604 or 12381102. OLE color: 12381102.

HSL color Cylindrical-coordinate representation of color #AEEBBC: hue angle of 133.77º 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 #AEEBBC is Cyan = 0.26, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 235 188 -
CMYK 0.26 0 0.2 0.08
HSL 133.77º 0.6% 0.8% -
HSV(B) 133.77º 0.26% 0.92% -
XYZ 56.24 72.05 58.52 -
YUV 211.4 114.79 101.32 -
System Red Green Blue C M Y K H S L
Decimal 174 235 188 0.26 0 0.2 0.08 133.77 0.6 0.8
Hex AE EB BC 1A 0 14 8 86 3C 50
Octal 256 353 274 32 0 24 10 206 74 120
Binary 10101110 11101011 10111100 11010 0 10100 1000 10000110 111100 1010000

Color Harmonies of #AEEBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEBBC

Black with #AEEBBC

Text Example


Text Example

White with #AEEBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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