Html Css Color HEX #AAECBB Fringy Flower

📋 copy color: '#AAECBB'

red 170 ◦ green 236 ◦ blue 187

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

Shades of Fringy Flower #AAECBB

Tints of Fringy Flower #AAECBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.53%

R = 28.67%
G = 39.8%
B = 31.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#AAECBB (or 0xAAECBB) is known color: Fringy Flower. HEX triplet: AA, EC and BB. RGB value is (170,236,187). Sum of RGB (Red+Green+Blue) = 170+236+187=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECBB is #551344. Grayscale: #D2D2D2. Windows color (decimal): -5575493 or 12315818. OLE color: 12315818.

HSL color Cylindrical-coordinate representation of color #AAECBB: hue angle of 135.45º 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 #AAECBB is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 236 187 -
CMYK 0.28 0 0.21 0.07
HSL 135.45º 0.63% 0.8% -
HSV(B) 135.45º 0.28% 0.93% -
XYZ 55.54 72.12 58.01 -
YUV 210.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 170 236 187 0.28 0 0.21 0.07 135.45 0.63 0.8
Hex AA EC BB 1C 0 15 7 87 3F 50
Octal 252 354 273 34 0 25 7 207 77 120
Binary 10101010 11101100 10111011 11100 0 10101 111 10000111 111111 1010000

Color Harmonies of #AAECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAECBB

Black with #AAECBB

Text Example


Text Example

White with #AAECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAECBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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