Html Css Color HEX #B9BFC0 Jungle Mist

📋 copy color: '#B9BFC0'

red 185 ◦ green 191 ◦ blue 192

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

Shades of Jungle Mist #B9BFC0

Tints of Jungle Mist #B9BFC0

RGB

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

 GREEN value IS 191 (75% from 255) = 33.63%

 BLUE value IS 192 (75.39% from 255) = 33.8%

R = 32.57%
G = 33.63%
B = 33.8%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B9BFC0 (or 0xB9BFC0) is known color: Jungle Mist. HEX triplet: B9, BF and C0. RGB value is (185,191,192). Sum of RGB (Red+Green+Blue) = 185+191+192=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 192 - color contains mainly: blue. Hex color #B9BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BFC0 is #46403F. Grayscale: #BDBDBD. Windows color (decimal): -4603968 or 12631993. OLE color: 12631993.

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

Color convert

RGB 185 191 192 -
CMYK 0.04 0.01 0 0.25
HSL 188.57º 0.05% 0.74% -
HSV(B) 188.57º 0.04% 0.75% -
XYZ 48.15 51.38 57.25 -
YUV 189.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 185 191 192 0.04 0.01 0 0.25 188.57 0.05 0.74
Hex B9 BF C0 4 1 0 19 BD 5 4A
Octal 271 277 300 4 1 0 31 275 5 112
Binary 10111001 10111111 11000000 100 1 0 11001 10111101 101 1001010

Color Harmonies of #B9BFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFC0

Black with #B9BFC0

Text Example


Text Example

White with #B9BFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFC0; }

 p { color: rgb(185,191,192); }

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

background-color css

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

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

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

border-color css

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

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

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