#B0C1BF

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

Shades of Jungle Mist #B0C1BF

Tints of Jungle Mist #B0C1BF

Color information

#B0C1BF (or 0xB0C1BF) is unknown color: approx Jungle Mist. HEX triplet: B0, C1 and BF. RGB value is (176,193,191). Sum of RGB (Red+Green+Blue) = 176+193+191=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C1BF is #4F3E40. Grayscale: #BBBBBB. Windows color (decimal): -5193281 or 12566960. OLE color: 12566960.

HSL color Cylindrical-coordinate representation of color #B0C1BF: hue angle of 172.94º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0C1BF is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB176193191-
CMYK0.0900.010.24
HSL172.94º12.06%72.35%-
HSV(B)172.94º8.81%75.69%-
XYZ46.3851.1356.72-
YUV187.69129.87119.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.43%
GREEN value IS 193 (75.78% from 255) = 34.46%
BLUE value IS 191 (75% from 255) = 34.11%
R=31.43%
G=34.46%
B=34.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761931910.0900.010.24172.9412.0672.35
HexB0C1BF90118adc48
Octal26030127711013025514110
Binary101100001100000110111111100101110001010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C1BF; }

 p { color: rgb(176,193,191); }

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

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

 a { background-color: rgb(176,193,191); }

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

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

 span { border-color: rgb(176,193,191); }

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