#A7BDBE

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

Shades of Jungle Mist #A7BDBE

Tints of Jungle Mist #A7BDBE

Color information

#A7BDBE (or 0xA7BDBE) is unknown color: approx Jungle Mist. HEX triplet: A7, BD and BE. RGB value is (167,189,190). Sum of RGB (Red+Green+Blue) = 167+189+190=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BDBE is #584241. Grayscale: #B6B6B6. Windows color (decimal): -5784130 or 12500391. OLE color: 12500391.

HSL color Cylindrical-coordinate representation of color #A7BDBE: hue angle of 182.61º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7BDBE is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167189190-
CMYK0.120.0100.25
HSL182.61º15.03%70%-
HSV(B)182.61º12.11%74.51%-
XYZ43.4348.3355.75-
YUV182.54132.21116.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.59%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=30.59%
G=34.62%
B=34.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671891900.120.0100.25182.6115.0370
HexA7BDBEC1019b7f46
Octal24727527614103126717106
Binary101001111011110110111110110010110011011011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BDBE; }

 p { color: rgb(167,189,190); }

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

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

 a { background-color: rgb(167,189,190); }

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

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

 span { border-color: rgb(167,189,190); }

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