#B5BDBE

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

Shades of Jungle Mist #B5BDBE

Tints of Jungle Mist #B5BDBE

Color information

#B5BDBE (or 0xB5BDBE) is unknown color: approx Jungle Mist. HEX triplet: B5, BD and BE. RGB value is (181,189,190). Sum of RGB (Red+Green+Blue) = 181+189+190=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDBE is #4A4241. Grayscale: #BABABA. Windows color (decimal): -4866626 or 12500405. OLE color: 12500405.

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

Color convert

RGB181189190-
CMYK0.050.0100.25
HSL186.67º6.47%72.75%-
HSV(B)186.67º4.74%74.51%-
XYZ46.5549.9455.9-
YUV186.72129.85123.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 189 (74.22% from 255) = 33.75%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=32.32%
G=33.75%
B=33.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811891900.050.0100.25186.676.4772.75
HexB5BDBE51019bb649
Octal265275276510312736111
Binary1011010110111101101111101011011001101110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BDBE; }

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

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

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

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

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

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

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

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