#ADCAB8

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

Shades of Nebula #ADCAB8

Tints of Nebula #ADCAB8

Color information

#ADCAB8 (or 0xADCAB8) is unknown color: approx Nebula. HEX triplet: AD, CA and B8. RGB value is (173,202,184). Sum of RGB (Red+Green+Blue) = 173+202+184=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCAB8 is #523547. Grayscale: #BFBFBF. Windows color (decimal): -5387592 or 12110509. OLE color: 12110509.

HSL color Cylindrical-coordinate representation of color #ADCAB8: hue angle of 142.76º 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 #ADCAB8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB173202184-
CMYK0.1400.090.21
HSL142.76º21.48%73.53%-
HSV(B)142.76º14.36%79.22%-
XYZ47.0154.5953.41-
YUV191.28123.89114.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 184 (72.27% from 255) = 32.92%
R=30.95%
G=36.14%
B=32.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021840.1400.090.21142.7621.4873.53
HexADCAB8E09158f154a
Octal255312270160112521725112
Binary1010110111001010101110001110010011010110001111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCAB8; }

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

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

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

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

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

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

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

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