#ADCABC

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

Shades of Nebula #ADCABC

Tints of Nebula #ADCABC

Color information

#ADCABC (or 0xADCABC) is unknown color: approx Nebula. HEX triplet: AD, CA and BC. RGB value is (173,202,188). Sum of RGB (Red+Green+Blue) = 173+202+188=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCABC is #523543. Grayscale: #BFBFBF. Windows color (decimal): -5387588 or 12372653. OLE color: 12372653.

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

Color convert

RGB173202188-
CMYK0.1400.070.21
HSL151.03º21.48%73.53%-
HSV(B)151.03º14.36%79.22%-
XYZ47.4354.7655.65-
YUV191.73125.89114.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 188 (73.83% from 255) = 33.39%
R=30.73%
G=35.88%
B=33.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021880.1400.070.21151.0321.4873.53
HexADCABCE071597154a
Octal25531227416072522725112
Binary101011011100101010111100111001111010110010111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCABC; }

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

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

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

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

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

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

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

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