#B7C0BF

Color #B7C0BF Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #B7C0BF

Tints of Jungle Mist #B7C0BF

Color information

#B7C0BF (or 0xB7C0BF) is unknown color: approx Jungle Mist. HEX triplet: B7, C0 and BF. RGB value is (183,192,191). Sum of RGB (Red+Green+Blue) = 183+192+191=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C0BF is #483F40. Grayscale: #BDBDBD. Windows color (decimal): -4734785 or 12566711. OLE color: 12566711.

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

Color convert

RGB183192191-
CMYK0.0500.010.25
HSL173.33º6.67%73.53%-
HSV(B)173.33º4.69%75.29%-
XYZ47.7851.5356.72-
YUV189.2129.02123.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.33%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 191 (75% from 255) = 33.75%
R=32.33%
G=33.92%
B=33.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831921910.0500.010.25173.336.6773.53
HexB7C0BF50119ad74a
Octal267300277501312557112
Binary1011011111000000101111111010111001101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C0BF; }

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

 H1.HeaderClassName
 {
   color: #B7C0BF;
 }
 .AnyTagClassName
 {
   color: #B7C0BF;
 }
</style>
background-color css

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

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

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

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

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

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