#ACC8BA

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

Shades of Nebula #ACC8BA

Tints of Nebula #ACC8BA

Color information

#ACC8BA (or 0xACC8BA) is unknown color: approx Nebula. HEX triplet: AC, C8 and BA. RGB value is (172,200,186). Sum of RGB (Red+Green+Blue) = 172+200+186=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8BA is #533745. Grayscale: #BEBEBE. Windows color (decimal): -5453638 or 12241068. OLE color: 12241068.

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

Color convert

RGB172200186-
CMYK0.1400.070.22
HSL150º20.29%72.94%-
HSV(B)150º14%78.43%-
XYZ46.5353.6254.35-
YUV190.03125.72115.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 200 (78.52% from 255) = 35.84%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=30.82%
G=35.84%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001860.1400.070.2215020.2972.94
HexACC8BAE0716961449
Octal25431027216072622624111
Binary101011001100100010111010111001111011010010110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8BA; }

 p { color: rgb(172,200,186); }

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

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

 a { background-color: rgb(172,200,186); }

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

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

 span { border-color: rgb(172,200,186); }

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