#B0BDBE

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

Shades of Jungle Mist #B0BDBE

Tints of Jungle Mist #B0BDBE

Color information

#B0BDBE (or 0xB0BDBE) is unknown color: approx Jungle Mist. HEX triplet: B0, BD and BE. RGB value is (176,189,190). Sum of RGB (Red+Green+Blue) = 176+189+190=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 190 - color contains mainly: blue. Hex color #B0BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDBE is #4F4241. Grayscale: #B9B9B9. Windows color (decimal): -5194306 or 12500400. OLE color: 12500400.

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

Color convert

RGB176189190-
CMYK0.070.0100.25
HSL184.29º9.72%71.76%-
HSV(B)184.29º7.37%74.51%-
XYZ45.449.3455.85-
YUV185.23130.69121.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=31.71%
G=34.05%
B=34.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761891900.070.0100.25184.299.7271.76
HexB0BDBE71019b8a48
Octal2602752767103127012110
Binary10110000101111011011111011110110011011100010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDBE; }

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

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

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

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

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

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

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

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