Html Css Color HEX #AED2BE Nebula

📋 copy color: '#AED2BE'

red 174 ◦ green 210 ◦ blue 190

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

Shades of Nebula #AED2BE

Tints of Nebula #AED2BE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.59%

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

R = 30.31%
G = 36.59%
B = 33.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#AED2BE (or 0xAED2BE) is known color: Nebula. HEX triplet: AE, D2 and BE. RGB value is (174,210,190). Sum of RGB (Red+Green+Blue) = 174+210+190=574 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.31% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2BE is #512D41. Grayscale: #C5C5C5. Windows color (decimal): -5320002 or 12505774. OLE color: 12505774.

HSL color Cylindrical-coordinate representation of color #AED2BE: hue angle of 146.67º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED2BE is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 190 -
CMYK 0.17 0 0.10 0.18
HSL 146.67º 0.29% 0.75% -
HSV(B) 146.67º 0.17% 0.82% -
XYZ 49.8 58.81 57.44 -
YUV 196.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 174 210 190 0.17 0 0.10 0.18 146.67 0.29 0.75
Hex AE D2 BE 11 0 A 12 93 1D 4B
Octal 256 322 276 21 0 12 22 223 35 113
Binary 10101110 11010010 10111110 10001 0 1010 10010 10010011 11101 1001011

Color Harmonies of #AED2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2BE

Black with #AED2BE

Text Example


Text Example

White with #AED2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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