Html Css Color HEX #B0BCBD Jungle Mist

📋 copy color: '#B0BCBD'

red 176 ◦ green 188 ◦ blue 189

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

Shades of Jungle Mist #B0BCBD

Tints of Jungle Mist #B0BCBD

RGB

 RED value IS 176 (69.14% from 255) = 31.83%

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

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

R = 31.83%
G = 34%
B = 34.18%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B0BCBD (or 0xB0BCBD) is known color: Jungle Mist. HEX triplet: B0, BC and BD. RGB value is (176,188,189). Sum of RGB (Red+Green+Blue) = 176+188+189=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCBD is #4F4342. Grayscale: #B8B8B8. Windows color (decimal): -5194563 or 12434608. OLE color: 12434608.

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

Color convert

RGB 176 188 189 -
CMYK 0.07 0.01 0 0.26
HSL 184.62º 0.09% 0.72% -
HSV(B) 184.62º 0.07% 0.74% -
XYZ 45.07 48.87 55.2 -
YUV 184.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 176 188 189 0.07 0.01 0 0.26 184.62 0.09 0.72
Hex B0 BC BD 7 1 0 1A B9 9 48
Octal 260 274 275 7 1 0 32 271 11 110
Binary 10110000 10111100 10111101 111 1 0 11010 10111001 1001 1001000

Color Harmonies of #B0BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCBD

Black with #B0BCBD

Text Example


Text Example

White with #B0BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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