Html Css Color HEX #AED1BE Nebula

📋 copy color: '#AED1BE'

red 174 ◦ green 209 ◦ blue 190

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

Shades of Nebula #AED1BE

Tints of Nebula #AED1BE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.47%

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

R = 30.37%
G = 36.47%
B = 33.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#AED1BE (or 0xAED1BE) is known color: Nebula. HEX triplet: AE, D1 and BE. RGB value is (174,209,190). Sum of RGB (Red+Green+Blue) = 174+209+190=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1BE is #512E41. Grayscale: #C4C4C4. Windows color (decimal): -5320258 or 12505518. OLE color: 12505518.

HSL color Cylindrical-coordinate representation of color #AED1BE: hue angle of 147.43º degrees, saturation: 0.28, 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 #AED1BE is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 209 190 -
CMYK 0.17 0 0.09 0.18
HSL 147.43º 0.28% 0.75% -
HSV(B) 147.43º 0.17% 0.82% -
XYZ 49.55 58.32 57.36 -
YUV 196.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 174 209 190 0.17 0 0.09 0.18 147.43 0.28 0.75
Hex AE D1 BE 11 0 9 12 93 1C 4B
Octal 256 321 276 21 0 11 22 223 34 113
Binary 10101110 11010001 10111110 10001 0 1001 10010 10010011 11100 1001011

Color Harmonies of #AED1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1BE

Black with #AED1BE

Text Example


Text Example

White with #AED1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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