#B0BCBB

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

Shades of Jungle Mist #B0BCBB

Tints of Jungle Mist #B0BCBB

Color information

#B0BCBB (or 0xB0BCBB) is unknown color: approx Jungle Mist. HEX triplet: B0, BC and BB. RGB value is (176,188,187). Sum of RGB (Red+Green+Blue) = 176+188+187=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCBB is #4F4344. Grayscale: #B8B8B8. Windows color (decimal): -5194565 or 12303536. OLE color: 12303536.

HSL color Cylindrical-coordinate representation of color #B0BCBB: hue angle of 175º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B0BCBB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB176188187-
CMYK0.0600.010.26
HSL175º8.22%71.37%-
HSV(B)175º6.38%73.73%-
XYZ44.8648.7854.07-
YUV184.3129.52122.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.94%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=31.94%
G=34.12%
B=33.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761881870.0600.010.261758.2271.37
HexB0BCBB6011Aaf847
Octal2602742736013225710107
Binary10110000101111001011101111001110101010111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BCBB; }

 p { color: rgb(176,188,187); }

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

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

 a { background-color: rgb(176,188,187); }

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

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

 span { border-color: rgb(176,188,187); }

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