#B4BDBE

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

Shades of Jungle Mist #B4BDBE

Tints of Jungle Mist #B4BDBE

Color information

#B4BDBE (or 0xB4BDBE) is unknown color: approx Jungle Mist. HEX triplet: B4, BD and BE. RGB value is (180,189,190). Sum of RGB (Red+Green+Blue) = 180+189+190=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: blue. Hex color #B4BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BDBE is #4B4241. Grayscale: #BABABA. Windows color (decimal): -4932162 or 12500404. OLE color: 12500404.

HSL color Cylindrical-coordinate representation of color #B4BDBE: hue angle of 186º degrees, saturation: 0.07, 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 #B4BDBE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180189190-
CMYK0.050.0100.25
HSL186º7.14%72.55%-
HSV(B)186º5.26%74.51%-
XYZ46.3149.8255.89-
YUV186.42130.02123.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=32.20%
G=33.81%
B=33.99%

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
Decimal1801891900.050.0100.251867.1472.55
HexB4BDBE51019ba749
Octal264275276510312727111
Binary1011010010111101101111101011011001101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BDBE; }

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

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

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

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

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

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

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

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