Html Css Color HEX #AADFBC Fringy Flower

📋 copy color: '#AADFBC'

red 170 ◦ green 223 ◦ blue 188

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

Shades of Fringy Flower #AADFBC

Tints of Fringy Flower #AADFBC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.38%

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

R = 29.26%
G = 38.38%
B = 32.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#AADFBC (or 0xAADFBC) is known color: Fringy Flower. HEX triplet: AA, DF and BC. RGB value is (170,223,188). Sum of RGB (Red+Green+Blue) = 170+223+188=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFBC is #552043. Grayscale: #CBCBCB. Windows color (decimal): -5578820 or 12378026. OLE color: 12378026.

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

Color convert

RGB 170 223 188 -
CMYK 0.24 0 0.16 0.13
HSL 140.38º 0.45% 0.77% -
HSV(B) 140.38º 0.24% 0.87% -
XYZ 52.04 64.95 57.37 -
YUV 203.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 170 223 188 0.24 0 0.16 0.13 140.38 0.45 0.77
Hex AA DF BC 18 0 10 D 8C 2D 4D
Octal 252 337 274 30 0 20 15 214 55 115
Binary 10101010 11011111 10111100 11000 0 10000 1101 10001100 101101 1001101

Color Harmonies of #AADFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFBC

Black with #AADFBC

Text Example


Text Example

White with #AADFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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