Html Css Color HEX #B9C0BF Jungle Mist

📋 copy color: '#B9C0BF'

red 185 ◦ green 192 ◦ blue 191

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

Shades of Jungle Mist #B9C0BF

Tints of Jungle Mist #B9C0BF

RGB

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

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

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

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

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #B9C0BF: hue angle of 171.43º 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 #B9C0BF is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 191 -
CMYK 0.04 0 0.01 0.25
HSL 171.43º 0.05% 0.74% -
HSV(B) 171.43º 0.04% 0.75% -
XYZ 48.26 51.78 56.74 -
YUV 189.79 128.68 124.58 -
System Red Green Blue C M Y K H S L
Decimal 185 192 191 0.04 0 0.01 0.25 171.43 0.05 0.74
Hex B9 C0 BF 4 0 1 19 AB 5 4A
Octal 271 300 277 4 0 1 31 253 5 112
Binary 10111001 11000000 10111111 100 0 1 11001 10101011 101 1001010

Color Harmonies of #B9C0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C0BF

Black with #B9C0BF

Text Example


Text Example

White with #B9C0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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