#ADCCBA

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

Shades of Nebula #ADCCBA

Tints of Nebula #ADCCBA

Color information

#ADCCBA (or 0xADCCBA) is unknown color: approx Nebula. HEX triplet: AD, CC and BA. RGB value is (173,204,186). Sum of RGB (Red+Green+Blue) = 173+204+186=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCBA is #523345. Grayscale: #C0C0C0. Windows color (decimal): -5387078 or 12242093. OLE color: 12242093.

HSL color Cylindrical-coordinate representation of color #ADCCBA: hue angle of 145.16º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADCCBA is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB173204186-
CMYK0.1500.090.2
HSL145.16º23.31%73.92%-
HSV(B)145.16º15.2%80%-
XYZ47.6955.6254.68-
YUV192.68124.23113.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 204 (80.08% from 255) = 36.23%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=30.73%
G=36.23%
B=33.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041860.1500.090.2145.1623.3173.92
HexADCCBAF091491174a
Octal255314272170112422127112
Binary1010110111001100101110101111010011010010010001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCBA; }

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

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

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

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

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

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

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

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