#AAD2BF

Color #AAD2BF Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #AAD2BF

Tints of Nebula #AAD2BF

Color information

#AAD2BF (or 0xAAD2BF) is unknown color: approx Nebula. HEX triplet: AA, D2 and BF. RGB value is (170,210,191). Sum of RGB (Red+Green+Blue) = 170+210+191=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD2BF is #552D40. Grayscale: #C3C3C3. Windows color (decimal): -5582145 or 12571306. OLE color: 12571306.

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

Color convert

RGB170210191-
CMYK0.1900.090.18
HSL151.5º30.77%74.51%-
HSV(B)151.5º19.05%82.35%-
XYZ49.0358.457.98-
YUV195.87125.25109.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.77%
GREEN value IS 210 (82.42% from 255) = 36.78%
BLUE value IS 191 (75% from 255) = 33.45%
R=29.77%
G=36.78%
B=33.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1702101910.1900.090.18151.530.7774.51
HexAAD2BF130912981f4b
Octal252322277230112223037113
Binary10101010110100101011111110011010011001010011000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD2BF; }

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

 H1.HeaderClassName
 {
   color: #AAD2BF;
 }
 .AnyTagClassName
 {
   color: #AAD2BF;
 }
</style>
background-color css

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

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

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

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

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

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