#A8CAB9

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

Shades of Nebula #A8CAB9

Tints of Nebula #A8CAB9

Color information

#A8CAB9 (or 0xA8CAB9) is unknown color: approx Nebula. HEX triplet: A8, CA and B9. RGB value is (168,202,185). Sum of RGB (Red+Green+Blue) = 168+202+185=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAB9 is #573546. Grayscale: #BDBDBD. Windows color (decimal): -5715271 or 12176040. OLE color: 12176040.

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

Color convert

RGB168202185-
CMYK0.1700.080.21
HSL150º24.29%72.55%-
HSV(B)150º16.83%79.22%-
XYZ46.0354.0753.91-
YUV189.9125.24112.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 185 (72.66% from 255) = 33.33%
R=30.27%
G=36.40%
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.21
SystemRedGreenBlueCMYKHSL
Decimal1682021850.1700.080.2115024.2972.55
HexA8CAB9110815961849
Octal250312271210102522630111
Binary10101000110010101011100110001010001010110010110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CAB9; }

 p { color: rgb(168,202,185); }

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

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

 a { background-color: rgb(168,202,185); }

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

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

 span { border-color: rgb(168,202,185); }

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