#BCBB9B

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

Shades of Green Mist #BCBB9B

Tints of Green Mist #BCBB9B

Color information

#BCBB9B (or 0xBCBB9B) is unknown color: approx Green Mist. HEX triplet: BC, BB and 9B. RGB value is (188,187,155). Sum of RGB (Red+Green+Blue) = 188+187+155=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB9B is #434464. Grayscale: #B7B7B7. Windows color (decimal): -4408421 or 10206140. OLE color: 10206140.

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

Color convert

RGB188187155-
CMYK00.010.180.26
HSL58.18º19.76%67.25%-
HSV(B)58.18º17.55%73.73%-
XYZ44.4348.638.05-
YUV183.65111.83131.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=35.47%
G=35.28%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18818715500.010.180.2658.1819.7667.25
HexBCBB9B01121A3a1443
Octal2742732330122327224103
Binary101111001011101110011011011001011010111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB9B; }

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

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

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

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

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

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

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

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