Html Css Color HEX #AADABB Fringy Flower

📋 copy color: '#AADABB'

red 170 ◦ green 218 ◦ blue 187

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

Shades of Fringy Flower #AADABB

Tints of Fringy Flower #AADABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.91%

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

R = 29.57%
G = 37.91%
B = 32.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#AADABB (or 0xAADABB) is known color: Fringy Flower. HEX triplet: AA, DA and BB. RGB value is (170,218,187). Sum of RGB (Red+Green+Blue) = 170+218+187=575 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.57% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #AADABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADABB is #552544. Grayscale: #C8C8C8. Windows color (decimal): -5580101 or 12311210. OLE color: 12311210.

HSL color Cylindrical-coordinate representation of color #AADABB: hue angle of 141.25º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADABB is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 218 187 -
CMYK 0.22 0 0.14 0.15
HSL 141.25º 0.39% 0.76% -
HSV(B) 141.25º 0.22% 0.85% -
XYZ 50.62 62.28 56.37 -
YUV 200.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 170 218 187 0.22 0 0.14 0.15 141.25 0.39 0.76
Hex AA DA BB 16 0 E F 8D 27 4C
Octal 252 332 273 26 0 16 17 215 47 114
Binary 10101010 11011010 10111011 10110 0 1110 1111 10001101 100111 1001100

Color Harmonies of #AADABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADABB

Black with #AADABB

Text Example


Text Example

White with #AADABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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