#ADBFC1

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

Shades of Jungle Mist #ADBFC1

Tints of Jungle Mist #ADBFC1

Color information

#ADBFC1 (or 0xADBFC1) is unknown color: approx Jungle Mist. HEX triplet: AD, BF and C1. RGB value is (173,191,193). Sum of RGB (Red+Green+Blue) = 173+191+193=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 193 (75.78% from 255 or 34.65% from 557); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADBFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFC1 is #52403E. Grayscale: #B9B9B9. Windows color (decimal): -5390399 or 12697517. OLE color: 12697517.

HSL color Cylindrical-coordinate representation of color #ADBFC1: hue angle of 186º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBFC1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173191193-
CMYK0.100.0100.24
HSL186º13.89%71.76%-
HSV(B)186º10.36%75.69%-
XYZ45.495057.7-
YUV185.85132.04118.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 193 (75.78% from 255) = 34.65%
R=31.06%
G=34.29%
B=34.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731911930.100.0100.2418613.8971.76
HexADBFC1A1018bae48
Octal25527730112103027216110
Binary101011011011111111000001101010110001011101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFC1; }

 p { color: rgb(173,191,193); }

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

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

 a { background-color: rgb(173,191,193); }

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

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

 span { border-color: rgb(173,191,193); }

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