Html Css Color HEX #AADDBE Fringy Flower

📋 copy color: '#AADDBE'

red 170 ◦ green 221 ◦ blue 190

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

Shades of Fringy Flower #AADDBE

Tints of Fringy Flower #AADDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.04%

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

R = 29.26%
G = 38.04%
B = 32.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#AADDBE (or 0xAADDBE) is known color: Fringy Flower. HEX triplet: AA, DD and BE. RGB value is (170,221,190). Sum of RGB (Red+Green+Blue) = 170+221+190=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDBE is #552241. Grayscale: #CACACA. Windows color (decimal): -5579330 or 12508586. OLE color: 12508586.

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

Color convert

RGB 170 221 190 -
CMYK 0.23 0 0.14 0.13
HSL 143.53º 0.43% 0.77% -
HSV(B) 143.53º 0.23% 0.87% -
XYZ 51.73 63.98 58.34 -
YUV 202.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 170 221 190 0.23 0 0.14 0.13 143.53 0.43 0.77
Hex AA DD BE 17 0 E D 90 2B 4D
Octal 252 335 276 27 0 16 15 220 53 115
Binary 10101010 11011101 10111110 10111 0 1110 1101 10010000 101011 1001101

Color Harmonies of #AADDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADDBE

Black with #AADDBE

Text Example


Text Example

White with #AADDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADDBE; }

 p { color: rgb(170,221,190); }

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

background-color css

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

 a { background-color: rgb(170,221,190); }

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

border-color css

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

 span { border-color: rgb(170,221,190); }

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