#A9CEBD

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

Shades of Nebula #A9CEBD

Tints of Nebula #A9CEBD

Color information

#A9CEBD (or 0xA9CEBD) is unknown color: approx Nebula. HEX triplet: A9, CE and BD. RGB value is (169,206,189). Sum of RGB (Red+Green+Blue) = 169+206+189=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CEBD is #563142. Grayscale: #C1C1C1. Windows color (decimal): -5648707 or 12439209. OLE color: 12439209.

HSL color Cylindrical-coordinate representation of color #A9CEBD: hue angle of 152.43º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CEBD is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB169206189-
CMYK0.1800.080.19
HSL152.43º27.41%73.53%-
HSV(B)152.43º17.96%80.78%-
XYZ47.6256.2556.49-
YUV193125.74110.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.96%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=29.96%
G=36.52%
B=33.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692061890.1800.080.19152.4327.4173.53
HexA9CEBD120813981b4a
Octal251316275220102323033112
Binary10101001110011101011110110010010001001110011000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CEBD; }

 p { color: rgb(169,206,189); }

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

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

 a { background-color: rgb(169,206,189); }

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

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

 span { border-color: rgb(169,206,189); }

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