#A9CCBA

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

Shades of Nebula #A9CCBA

Tints of Nebula #A9CCBA

Color information

#A9CCBA (or 0xA9CCBA) is unknown color: approx Nebula. HEX triplet: A9, CC and BA. RGB value is (169,204,186). Sum of RGB (Red+Green+Blue) = 169+204+186=559 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.23% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CCBA is #563345. Grayscale: #BFBFBF. Windows color (decimal): -5649222 or 12242089. OLE color: 12242089.

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

Color convert

RGB169204186-
CMYK0.1700.090.2
HSL149.14º25.55%73.14%-
HSV(B)149.14º17.16%80%-
XYZ46.8255.1754.63-
YUV191.48124.9111.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.23%
GREEN value IS 204 (80.08% from 255) = 36.49%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=30.23%
G=36.49%
B=33.27%

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
Decimal1692041860.1700.090.2149.1425.5573.14
HexA9CCBA110914951a49
Octal251314272210112422532111
Binary10101001110011001011101010001010011010010010101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CCBA; }

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

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

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

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

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

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

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

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