Html Css Color HEX #AAD1BA Nebula

📋 copy color: '#AAD1BA'

red 170 ◦ green 209 ◦ blue 186

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

Shades of Nebula #AAD1BA

Tints of Nebula #AAD1BA

RGB

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

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

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

R = 30.09%
G = 36.99%
B = 32.92%

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

#AAD1BA (or 0xAAD1BA) is known color: Nebula. HEX triplet: AA, D1 and BA. RGB value is (170,209,186). Sum of RGB (Red+Green+Blue) = 170+209+186=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1BA is #552E45. Grayscale: #C2C2C2. Windows color (decimal): -5582406 or 12243370. OLE color: 12243370.

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

Color convert

RGB 170 209 186 -
CMYK 0.19 0 0.11 0.18
HSL 144.62º 0.3% 0.74% -
HSV(B) 144.62º 0.19% 0.82% -
XYZ 48.24 57.69 55.05 -
YUV 194.72 123.08 110.37 -
System Red Green Blue C M Y K H S L
Decimal 170 209 186 0.19 0 0.11 0.18 144.62 0.3 0.74
Hex AA D1 BA 13 0 B 12 91 1E 4A
Octal 252 321 272 23 0 13 22 221 36 112
Binary 10101010 11010001 10111010 10011 0 1011 10010 10010001 11110 1001010

Color Harmonies of #AAD1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD1BA

Black with #AAD1BA

Text Example


Text Example

White with #AAD1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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