#ADCCBB

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

Shades of Nebula #ADCCBB

Tints of Nebula #ADCCBB

Color information

#ADCCBB (or 0xADCCBB) is unknown color: approx Nebula. HEX triplet: AD, CC and BB. RGB value is (173,204,187). Sum of RGB (Red+Green+Blue) = 173+204+187=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCBB is #523344. Grayscale: #C0C0C0. Windows color (decimal): -5387077 or 12307629. OLE color: 12307629.

HSL color Cylindrical-coordinate representation of color #ADCCBB: hue angle of 147.1º 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 #ADCCBB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB173204187-
CMYK0.1500.080.2
HSL147.1º23.31%73.92%-
HSV(B)147.1º15.2%80%-
XYZ47.855.6655.24-
YUV192.79124.73113.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 204 (80.08% from 255) = 36.17%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=30.67%
G=36.17%
B=33.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041870.1500.080.2147.123.3173.92
HexADCCBBF081493174a
Octal255314273170102422327112
Binary1010110111001100101110111111010001010010010011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCBB; }

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

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

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

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

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

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

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

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