#B6BDBE

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

Shades of Jungle Mist #B6BDBE

Tints of Jungle Mist #B6BDBE

Color information

#B6BDBE (or 0xB6BDBE) is unknown color: approx Jungle Mist. HEX triplet: B6, BD and BE. RGB value is (182,189,190). Sum of RGB (Red+Green+Blue) = 182+189+190=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 189 (74.22% from 255 or 33.69% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDBE is #494241. Grayscale: #BBBBBB. Windows color (decimal): -4801090 or 12500406. OLE color: 12500406.

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

Color convert

RGB182189190-
CMYK0.040.0100.25
HSL187.5º5.8%72.94%-
HSV(B)187.5º4.21%74.51%-
XYZ46.7850.0655.91-
YUV187.02129.68124.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 189 (74.22% from 255) = 33.69%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=32.44%
G=33.69%
B=33.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821891900.040.0100.25187.55.872.94
HexB6BDBE41019bb649
Octal266275276410312736111
Binary1011011010111101101111101001011001101110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDBE; }

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

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

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

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

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

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

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

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