Html Css Color HEX #AED7BE Nebula

📋 copy color: '#AED7BE'

red 174 ◦ green 215 ◦ blue 190

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

Shades of Nebula #AED7BE

Tints of Nebula #AED7BE

RGB

 RED value IS 174 (68.36% from 255) = 30.05%

 GREEN value IS 215 (84.38% from 255) = 37.13%

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

R = 30.05%
G = 37.13%
B = 32.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#AED7BE (or 0xAED7BE) is known color: Nebula. HEX triplet: AE, D7 and BE. RGB value is (174,215,190). Sum of RGB (Red+Green+Blue) = 174+215+190=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7BE is #512841. Grayscale: #C7C7C7. Windows color (decimal): -5318722 or 12507054. OLE color: 12507054.

HSL color Cylindrical-coordinate representation of color #AED7BE: hue angle of 143.41º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED7BE is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 190 -
CMYK 0.19 0 0.12 0.16
HSL 143.41º 0.34% 0.76% -
HSV(B) 143.41º 0.19% 0.84% -
XYZ 51.05 61.32 57.86 -
YUV 199.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 174 215 190 0.19 0 0.12 0.16 143.41 0.34 0.76
Hex AE D7 BE 13 0 C 10 8F 22 4C
Octal 256 327 276 23 0 14 20 217 42 114
Binary 10101110 11010111 10111110 10011 0 1100 10000 10001111 100010 1001100

Color Harmonies of #AED7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7BE

Black with #AED7BE

Text Example


Text Example

White with #AED7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7BE; }

 p { color: rgb(174,215,190); }

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

background-color css

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

 a { background-color: rgb(174,215,190); }

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

border-color css

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

 span { border-color: rgb(174,215,190); }

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