Html Css Color HEX #AAD2BA Nebula

📋 copy color: '#AAD2BA'

red 170 ◦ green 210 ◦ blue 186

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

Shades of Nebula #AAD2BA

Tints of Nebula #AAD2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.86%

R = 30.04%
G = 37.1%
B = 32.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#AAD2BA (or 0xAAD2BA) is known color: Nebula. HEX triplet: AA, D2 and BA. RGB value is (170,210,186). Sum of RGB (Red+Green+Blue) = 170+210+186=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2BA is #552D45. Grayscale: #C3C3C3. Windows color (decimal): -5582150 or 12243626. OLE color: 12243626.

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

Color convert

RGB 170 210 186 -
CMYK 0.19 0 0.11 0.18
HSL 144º 0.31% 0.75% -
HSV(B) 144º 0.19% 0.82% -
XYZ 48.49 58.18 55.13 -
YUV 195.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 170 210 186 0.19 0 0.11 0.18 144 0.31 0.75
Hex AA D2 BA 13 0 B 12 90 1F 4B
Octal 252 322 272 23 0 13 22 220 37 113
Binary 10101010 11010010 10111010 10011 0 1011 10010 10010000 11111 1001011

Color Harmonies of #AAD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD2BA

Black with #AAD2BA

Text Example


Text Example

White with #AAD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD2BA; }

 p { color: rgb(170,210,186); }

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

background-color css

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

 a { background-color: rgb(170,210,186); }

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

border-color css

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

 span { border-color: rgb(170,210,186); }

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