#ACCAB8

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

Shades of Nebula #ACCAB8

Tints of Nebula #ACCAB8

Color information

#ACCAB8 (or 0xACCAB8) is unknown color: approx Nebula. HEX triplet: AC, CA and B8. RGB value is (172,202,184). Sum of RGB (Red+Green+Blue) = 172+202+184=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAB8 is #533547. Grayscale: #BFBFBF. Windows color (decimal): -5453128 or 12110508. OLE color: 12110508.

HSL color Cylindrical-coordinate representation of color #ACCAB8: hue angle of 144º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCAB8 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB172202184-
CMYK0.1500.090.21
HSL144º22.06%73.33%-
HSV(B)144º14.85%79.22%-
XYZ46.7954.4753.4-
YUV190.98124.06114.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 184 (72.27% from 255) = 32.97%
R=30.82%
G=36.20%
B=32.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021840.1500.090.2114422.0673.33
HexACCAB8F0915901649
Octal254312270170112522026111
Binary1010110011001010101110001111010011010110010000101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAB8; }

 p { color: rgb(172,202,184); }

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

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

 a { background-color: rgb(172,202,184); }

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

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

 span { border-color: rgb(172,202,184); }

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