#ADC8B9

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

Shades of Nebula #ADC8B9

Tints of Nebula #ADC8B9

Color information

#ADC8B9 (or 0xADC8B9) is unknown color: approx Nebula. HEX triplet: AD, C8 and B9. RGB value is (173,200,185). Sum of RGB (Red+Green+Blue) = 173+200+185=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8B9 is #523746. Grayscale: #BEBEBE. Windows color (decimal): -5388103 or 12175533. OLE color: 12175533.

HSL color Cylindrical-coordinate representation of color #ADC8B9: hue angle of 146.67º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC8B9 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB173200185-
CMYK0.1400.080.22
HSL146.67º19.71%73.14%-
HSV(B)146.67º13.5%78.43%-
XYZ46.6453.753.8-
YUV190.22125.05115.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 200 (78.52% from 255) = 35.84%
BLUE value IS 185 (72.66% from 255) = 33.15%
R=31.00%
G=35.84%
B=33.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1732001850.1400.080.22146.6719.7173.14
HexADC8B9E0816931449
Octal255310271160102622324111
Binary1010110111001000101110011110010001011010010011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC8B9; }

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

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

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

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

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

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

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

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