#ADCEBD

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

Shades of Nebula #ADCEBD

Tints of Nebula #ADCEBD

Color information

#ADCEBD (or 0xADCEBD) is unknown color: approx Nebula. HEX triplet: AD, CE and BD. RGB value is (173,206,189). Sum of RGB (Red+Green+Blue) = 173+206+189=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEBD is #523142. Grayscale: #C2C2C2. Windows color (decimal): -5386563 or 12439213. OLE color: 12439213.

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

Color convert

RGB173206189-
CMYK0.1600.080.19
HSL149.09º25.19%74.31%-
HSV(B)149.09º16.02%80.78%-
XYZ48.4956.756.53-
YUV194.2125.07112.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 206 (80.86% from 255) = 36.27%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=30.46%
G=36.27%
B=33.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061890.1600.080.19149.0925.1974.31
HexADCEBD10081395194a
Octal255316275200102322531112
Binary10101101110011101011110110000010001001110010101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEBD; }

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

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

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

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

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

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

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

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