#ADCBB8

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

Shades of Nebula #ADCBB8

Tints of Nebula #ADCBB8

Color information

#ADCBB8 (or 0xADCBB8) is unknown color: approx Nebula. HEX triplet: AD, CB and B8. RGB value is (173,203,184). Sum of RGB (Red+Green+Blue) = 173+203+184=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBB8 is #523447. Grayscale: #BFBFBF. Windows color (decimal): -5387336 or 12110765. OLE color: 12110765.

HSL color Cylindrical-coordinate representation of color #ADCBB8: hue angle of 142º degrees, saturation: 0.22, 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 #ADCBB8 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB173203184-
CMYK0.1500.090.20
HSL142º22.39%73.73%-
HSV(B)142º14.78%79.61%-
XYZ47.2455.0653.48-
YUV191.86123.56114.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.89%
GREEN value IS 203 (79.69% from 255) = 36.25%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=30.89%
G=36.25%
B=32.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732031840.1500.090.2014222.3973.73
HexADCBB8F09148e164a
Octal255313270170112421626112
Binary1010110111001011101110001111010011010010001110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBB8; }

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

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

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

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

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

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

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

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