#ADCAB9

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

Shades of Nebula #ADCAB9

Tints of Nebula #ADCAB9

Color information

#ADCAB9 (or 0xADCAB9) is unknown color: approx Nebula. HEX triplet: AD, CA and B9. RGB value is (173,202,185). Sum of RGB (Red+Green+Blue) = 173+202+185=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB9 is #523546. Grayscale: #BFBFBF. Windows color (decimal): -5387591 or 12176045. OLE color: 12176045.

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

Color convert

RGB173202185-
CMYK0.1400.080.21
HSL144.83º21.48%73.53%-
HSV(B)144.83º14.36%79.22%-
XYZ47.1154.6353.96-
YUV191.39124.39114.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 185 (72.66% from 255) = 33.04%
R=30.89%
G=36.07%
B=33.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021850.1400.080.21144.8321.4873.53
HexADCAB9E081591154a
Octal255312271160102522125112
Binary1010110111001010101110011110010001010110010001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAB9; }

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

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

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

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

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

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

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

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