#BDBEBE

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

Shades of Jungle Mist #BDBEBE

Tints of Jungle Mist #BDBEBE

Color information

#BDBEBE (or 0xBDBEBE) is unknown color: approx Jungle Mist. HEX triplet: BD, BE and BE. RGB value is (189,190,190). Sum of RGB (Red+Green+Blue) = 189+190+190=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #BDBEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEBE is #424141. Grayscale: #BDBDBD. Windows color (decimal): -4342082 or 12500669. OLE color: 12500669.

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

Color convert

RGB189190190-
CMYK0.01000.25
HSL180º0.76%74.31%-
HSV(B)180º0.53%74.51%-
XYZ48.6951.3656.06-
YUV189.7128.17127.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.22%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=33.22%
G=33.39%
B=33.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891901900.01000.251800.7674.31
HexBDBEBE10019b414a
Octal275276276100312641112
Binary101111011011111010111110100110011011010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEBE; }

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

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

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

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

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

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

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

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