Html Css Color HEX #AAD5BE Nebula

📋 copy color: '#AAD5BE'

red 170 ◦ green 213 ◦ blue 190

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

Shades of Nebula #AAD5BE

Tints of Nebula #AAD5BE

RGB

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

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

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

R = 29.67%
G = 37.17%
B = 33.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#AAD5BE (or 0xAAD5BE) is known color: Nebula. HEX triplet: AA, D5 and BE. RGB value is (170,213,190). Sum of RGB (Red+Green+Blue) = 170+213+190=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5BE is #552A41. Grayscale: #C5C5C5. Windows color (decimal): -5581378 or 12506538. OLE color: 12506538.

HSL color Cylindrical-coordinate representation of color #AAD5BE: hue angle of 147.91º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5BE is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 190 -
CMYK 0.20 0 0.11 0.16
HSL 147.91º 0.34% 0.75% -
HSV(B) 147.91º 0.2% 0.84% -
XYZ 49.67 59.85 57.65 -
YUV 197.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 170 213 190 0.20 0 0.11 0.16 147.91 0.34 0.75
Hex AA D5 BE 14 0 B 10 94 22 4B
Octal 252 325 276 24 0 13 20 224 42 113
Binary 10101010 11010101 10111110 10100 0 1011 10000 10010100 100010 1001011

Color Harmonies of #AAD5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5BE

Black with #AAD5BE

Text Example


Text Example

White with #AAD5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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