Html Css Color HEX #B9BCBC Jungle Mist

📋 copy color: '#B9BCBC'

red 185 ◦ green 188 ◦ blue 188

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

Shades of Jungle Mist #B9BCBC

Tints of Jungle Mist #B9BCBC

RGB

 RED value IS 185 (72.66% from 255) = 32.98%

 GREEN value IS 188 (73.83% from 255) = 33.51%

 BLUE value IS 188 (73.83% from 255) = 33.51%

R = 32.98%
G = 33.51%
B = 33.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B9BCBC (or 0xB9BCBC) is known color: Jungle Mist. HEX triplet: B9, BC and BC. RGB value is (185,188,188). Sum of RGB (Red+Green+Blue) = 185+188+188=561 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.98% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #B9BCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BCBC is #464343. Grayscale: #BBBBBB. Windows color (decimal): -4604740 or 12369081. OLE color: 12369081.

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

Color convert

RGB 185 188 188 -
CMYK 0.02 0 0 0.26
HSL 180º 0.02% 0.73% -
HSV(B) 180º 0.02% 0.74% -
XYZ 47.07 49.91 54.73 -
YUV 187.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 185 188 188 0.02 0 0 0.26 180 0.02 0.73
Hex B9 BC BC 2 0 0 1A B4 2 49
Octal 271 274 274 2 0 0 32 264 2 111
Binary 10111001 10111100 10111100 10 0 0 11010 10110100 10 1001001

Color Harmonies of #B9BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCBC

Black with #B9BCBC

Text Example


Text Example

White with #B9BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCBC; }

 p { color: rgb(185,188,188); }

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

background-color css

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

 a { background-color: rgb(185,188,188); }

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

border-color css

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

 span { border-color: rgb(185,188,188); }

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