#AACCBB

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

Shades of Nebula #AACCBB

Tints of Nebula #AACCBB

Color information

#AACCBB (or 0xAACCBB) is unknown color: approx Nebula. HEX triplet: AA, CC and BB. RGB value is (170,204,187). Sum of RGB (Red+Green+Blue) = 170+204+187=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCBB is #553344. Grayscale: #BFBFBF. Windows color (decimal): -5583685 or 12307626. OLE color: 12307626.

HSL color Cylindrical-coordinate representation of color #AACCBB: hue angle of 150º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCBB is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB170204187-
CMYK0.1700.080.2
HSL150º25%73.33%-
HSV(B)150º16.67%80%-
XYZ47.1455.3255.21-
YUV191.9125.24112.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=30.30%
G=36.36%
B=33.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041870.1700.080.21502573.33
HexAACCBB110814961949
Octal252314273210102422631111
Binary10101010110011001011101110001010001010010010110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCBB; }

 p { color: rgb(170,204,187); }

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

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

 a { background-color: rgb(170,204,187); }

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

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

 span { border-color: rgb(170,204,187); }

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