Html Css Color HEX #B7BFC0 Jungle Mist

📋 copy color: '#B7BFC0'

red 183 ◦ green 191 ◦ blue 192

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

Shades of Jungle Mist #B7BFC0

Tints of Jungle Mist #B7BFC0

RGB

 RED value IS 183 (71.88% from 255) = 32.33%

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

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

R = 32.33%
G = 33.75%
B = 33.92%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B7BFC0 (or 0xB7BFC0) is known color: Jungle Mist. HEX triplet: B7, BF and C0. RGB value is (183,191,192). Sum of RGB (Red+Green+Blue) = 183+191+192=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 192 - color contains mainly: blue. Hex color #B7BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BFC0 is #48403F. Grayscale: #BCBCBC. Windows color (decimal): -4735040 or 12631991. OLE color: 12631991.

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

Color convert

RGB 183 191 192 -
CMYK 0.05 0.01 0 0.25
HSL 186.67º 0.07% 0.74% -
HSV(B) 186.67º 0.05% 0.75% -
XYZ 47.67 51.13 57.23 -
YUV 188.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 183 191 192 0.05 0.01 0 0.25 186.67 0.07 0.74
Hex B7 BF C0 5 1 0 19 BB 7 4A
Octal 267 277 300 5 1 0 31 273 7 112
Binary 10110111 10111111 11000000 101 1 0 11001 10111011 111 1001010

Color Harmonies of #B7BFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BFC0

Black with #B7BFC0

Text Example


Text Example

White with #B7BFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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