#ADCBCF

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

Shades of Jungle Mist #ADCBCF

Tints of Jungle Mist #ADCBCF

Color information

#ADCBCF (or 0xADCBCF) is unknown color: approx Jungle Mist. HEX triplet: AD, CB and CF. RGB value is (173,203,207). Sum of RGB (Red+Green+Blue) = 173+203+207=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 203 (79.69% from 255 or 34.82% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADCBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCBCF is #523430. Grayscale: #C2C2C2. Windows color (decimal): -5387313 or 13618093. OLE color: 13618093.

HSL color Cylindrical-coordinate representation of color #ADCBCF: hue angle of 187.06º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCBCF is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB173203207-
CMYK0.160.0200.19
HSL187.06º26.15%74.51%-
HSV(B)187.06º16.43%81.18%-
XYZ49.8556.167.23-
YUV194.49135.06112.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.67%
GREEN value IS 203 (79.69% from 255) = 34.82%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=29.67%
G=34.82%
B=35.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732032070.160.0200.19187.0626.1574.51
HexADCBCF102013bb1a4b
Octal25531331720202327332113
Binary101011011100101111001111100001001001110111011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBCF; }

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

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

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

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

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

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

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

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