#B0C0BF

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

Shades of Jungle Mist #B0C0BF

Tints of Jungle Mist #B0C0BF

Color information

#B0C0BF (or 0xB0C0BF) is unknown color: approx Jungle Mist. HEX triplet: B0, C0 and BF. RGB value is (176,192,191). Sum of RGB (Red+Green+Blue) = 176+192+191=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0BF is #4F3F40. Grayscale: #BBBBBB. Windows color (decimal): -5193537 or 12566704. OLE color: 12566704.

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

Color convert

RGB176192191-
CMYK0.0800.010.25
HSL176.25º11.27%72.16%-
HSV(B)176.25º8.33%75.29%-
XYZ46.1650.6956.64-
YUV187.1130.2120.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 192 (75.39% from 255) = 34.35%
BLUE value IS 191 (75% from 255) = 34.17%
R=31.48%
G=34.35%
B=34.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921910.0800.010.25176.2511.2772.16
HexB0C0BF80119b0b48
Octal26030027710013126013110
Binary101100001100000010111111100001110011011000010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C0BF; }

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

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

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

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

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

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

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

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