#AACCBA

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

Shades of Nebula #AACCBA

Tints of Nebula #AACCBA

Color information

#AACCBA (or 0xAACCBA) is unknown color: approx Nebula. HEX triplet: AA, CC and BA. RGB value is (170,204,186). Sum of RGB (Red+Green+Blue) = 170+204+186=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCBA is #553345. Grayscale: #BFBFBF. Windows color (decimal): -5583686 or 12242090. OLE color: 12242090.

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

Color convert

RGB170204186-
CMYK0.1700.090.2
HSL148.24º25%73.33%-
HSV(B)148.24º16.67%80%-
XYZ47.0355.2854.64-
YUV191.78124.74112.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 204 (80.08% from 255) = 36.43%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=30.36%
G=36.43%
B=33.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041860.1700.090.2148.242573.33
HexAACCBA110914941949
Octal252314272210112422431111
Binary10101010110011001011101010001010011010010010100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCBA; }

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

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

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

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

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

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

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

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