Html Css Color HEX #B6BFC0 Jungle Mist

📋 copy color: '#B6BFC0'

red 182 ◦ green 191 ◦ blue 192

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

Shades of Jungle Mist #B6BFC0

Tints of Jungle Mist #B6BFC0

RGB

 RED value IS 182 (71.48% from 255) = 32.21%

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

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

R = 32.21%
G = 33.81%
B = 33.98%

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

#B6BFC0 (or 0xB6BFC0) is known color: Jungle Mist. HEX triplet: B6, BF and C0. RGB value is (182,191,192). Sum of RGB (Red+Green+Blue) = 182+191+192=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 192 - color contains mainly: blue. Hex color #B6BFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BFC0 is #49403F. Grayscale: #BCBCBC. Windows color (decimal): -4800576 or 12631990. OLE color: 12631990.

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

Color convert

RGB 182 191 192 -
CMYK 0.05 0.01 0 0.25
HSL 186º 0.07% 0.73% -
HSV(B) 186º 0.05% 0.75% -
XYZ 47.44 51.01 57.22 -
YUV 188.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 182 191 192 0.05 0.01 0 0.25 186 0.07 0.73
Hex B6 BF C0 5 1 0 19 BA 7 49
Octal 266 277 300 5 1 0 31 272 7 111
Binary 10110110 10111111 11000000 101 1 0 11001 10111010 111 1001001

Color Harmonies of #B6BFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BFC0

Black with #B6BFC0

Text Example


Text Example

White with #B6BFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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