Html Css Color HEX #AED5BE Nebula

📋 copy color: '#AED5BE'

red 174 ◦ green 213 ◦ blue 190

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

Shades of Nebula #AED5BE

Tints of Nebula #AED5BE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.92%

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

R = 30.16%
G = 36.92%
B = 32.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#AED5BE (or 0xAED5BE) is known color: Nebula. HEX triplet: AE, D5 and BE. RGB value is (174,213,190). Sum of RGB (Red+Green+Blue) = 174+213+190=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 213 - color contains mainly: green. Hex color #AED5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5BE is #512A41. Grayscale: #C6C6C6. Windows color (decimal): -5319234 or 12506542. OLE color: 12506542.

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

Color convert

RGB 174 213 190 -
CMYK 0.18 0 0.11 0.16
HSL 144.62º 0.32% 0.76% -
HSV(B) 144.62º 0.18% 0.84% -
XYZ 50.54 60.3 57.69 -
YUV 198.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 174 213 190 0.18 0 0.11 0.16 144.62 0.32 0.76
Hex AE D5 BE 12 0 B 10 91 20 4C
Octal 256 325 276 22 0 13 20 221 40 114
Binary 10101110 11010101 10111110 10010 0 1011 10000 10010001 100000 1001100

Color Harmonies of #AED5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED5BE

Black with #AED5BE

Text Example


Text Example

White with #AED5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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