Html Css Color HEX #B5BDBD Jungle Mist

📋 copy color: '#B5BDBD'

red 181 ◦ green 189 ◦ blue 189

#B5BDBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #B5BDBD

Tints of Jungle Mist #B5BDBD

RGB

 RED value IS 181 (71.09% from 255) = 32.38%

 GREEN value IS 189 (74.22% from 255) = 33.81%

 BLUE value IS 189 (74.22% from 255) = 33.81%

R = 32.38%
G = 33.81%
B = 33.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B5BDBD (or 0xB5BDBD) is known color: Jungle Mist. HEX triplet: B5, BD and BD. RGB value is (181,189,189). Sum of RGB (Red+Green+Blue) = 181+189+189=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #B5BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDBD is #4A4242. Grayscale: #BABABA. Windows color (decimal): -4866627 or 12434869. OLE color: 12434869.

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

Color convert

RGB 181 189 189 -
CMYK 0.04 0 0 0.26
HSL 180º 0.06% 0.73% -
HSV(B) 180º 0.04% 0.74% -
XYZ 46.44 49.89 55.33 -
YUV 186.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 181 189 189 0.04 0 0 0.26 180 0.06 0.73
Hex B5 BD BD 4 0 0 1A B4 6 49
Octal 265 275 275 4 0 0 32 264 6 111
Binary 10110101 10111101 10111101 100 0 0 11010 10110100 110 1001001

Color Harmonies of #B5BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BDBD

Black with #B5BDBD

Text Example


Text Example

White with #B5BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BDBD; }

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

 H1.HeaderClassName
 {
   color: #B5BDBD;
 }
 .AnyTagClassName
 {
   color: #B5BDBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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