Html Css Color HEX #AAECBC Fringy Flower

📋 copy color: '#AAECBC'

red 170 ◦ green 236 ◦ blue 188

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

Shades of Fringy Flower #AAECBC

Tints of Fringy Flower #AAECBC

RGB

 RED value IS 170 (66.8% from 255) = 28.62%

 GREEN value IS 236 (92.58% from 255) = 39.73%

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

R = 28.62%
G = 39.73%
B = 31.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#AAECBC (or 0xAAECBC) is known color: Fringy Flower. HEX triplet: AA, EC and BC. RGB value is (170,236,188). Sum of RGB (Red+Green+Blue) = 170+236+188=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECBC is #551343. Grayscale: #D2D2D2. Windows color (decimal): -5575492 or 12381354. OLE color: 12381354.

HSL color Cylindrical-coordinate representation of color #AAECBC: hue angle of 136.36º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECBC is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 188 -
CMYK 0.28 0 0.20 0.07
HSL 136.36º 0.63% 0.8% -
HSV(B) 136.36º 0.28% 0.93% -
XYZ 55.65 72.17 58.57 -
YUV 210.79 115.13 98.9 -
System Red Green Blue C M Y K H S L
Decimal 170 236 188 0.28 0 0.20 0.07 136.36 0.63 0.8
Hex AA EC BC 1C 0 14 7 88 3F 50
Octal 252 354 274 34 0 24 7 210 77 120
Binary 10101010 11101100 10111100 11100 0 10100 111 10001000 111111 1010000

Color Harmonies of #AAECBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECBC

Black with #AAECBC

Text Example


Text Example

White with #AAECBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECBC; }

 p { color: rgb(170,236,188); }

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

background-color css

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

 a { background-color: rgb(170,236,188); }

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

border-color css

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

 span { border-color: rgb(170,236,188); }

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