#ACCBBA

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

Shades of Nebula #ACCBBA

Tints of Nebula #ACCBBA

Color information

#ACCBBA (or 0xACCBBA) is unknown color: approx Nebula. HEX triplet: AC, CB and BA. RGB value is (172,203,186). Sum of RGB (Red+Green+Blue) = 172+203+186=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBBA is #533445. Grayscale: #BFBFBF. Windows color (decimal): -5452870 or 12241836. OLE color: 12241836.

HSL color Cylindrical-coordinate representation of color #ACCBBA: hue angle of 147.1º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCBBA is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB172203186-
CMYK0.1500.080.20
HSL147.1º22.96%73.53%-
HSV(B)147.1º15.27%79.61%-
XYZ47.2355.0354.59-
YUV191.79124.73113.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=30.66%
G=36.19%
B=33.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031860.1500.080.20147.122.9673.53
HexACCBBAF081493174a
Octal254313272170102422327112
Binary1010110011001011101110101111010001010010010011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCBBA; }

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

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

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

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

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

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

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

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