#ADCABB

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

Shades of Nebula #ADCABB

Tints of Nebula #ADCABB

Color information

#ADCABB (or 0xADCABB) is unknown color: approx Nebula. HEX triplet: AD, CA and BB. RGB value is (173,202,187). Sum of RGB (Red+Green+Blue) = 173+202+187=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCABB is #523544. Grayscale: #BFBFBF. Windows color (decimal): -5387589 or 12307117. OLE color: 12307117.

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

Color convert

RGB173202187-
CMYK0.1400.070.21
HSL148.97º21.48%73.53%-
HSV(B)148.97º14.36%79.22%-
XYZ47.3254.7155.08-
YUV191.62125.39114.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.78%
GREEN value IS 202 (79.30% from 255) = 35.94%
BLUE value IS 187 (73.44% from 255) = 33.27%
R=30.78%
G=35.94%
B=33.27%

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
Decimal1732021870.1400.070.21148.9721.4873.53
HexADCABBE071595154a
Octal25531227316072522525112
Binary101011011100101010111011111001111010110010101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCABB; }

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

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

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

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

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

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

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

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