#BBBE8C

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

Shades of Green Mist #BBBE8C

Tints of Green Mist #BBBE8C

Color information

#BBBE8C (or 0xBBBE8C) is unknown color: approx Green Mist. HEX triplet: BB, BE and 8C. RGB value is (187,190,140). Sum of RGB (Red+Green+Blue) = 187+190+140=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBE8C is #444173. Grayscale: #B7B7B7. Windows color (decimal): -4473204 or 9223867. OLE color: 9223867.

HSL color Cylindrical-coordinate representation of color #BBBE8C: hue angle of 63.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBBE8C is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB187190140-
CMYK0.0200.260.25
HSL63.6º27.78%64.71%-
HSV(B)63.6º26.32%74.51%-
XYZ43.6449.2932.02-
YUV183.4103.51130.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 140 (55.08% from 255) = 27.08%
R=36.17%
G=36.75%
B=27.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901400.0200.260.2563.627.7864.71
HexBBBE8C201A19401c41
Octal27327621420323110034101
Binary10111011101111101000110010011010110011000000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE8C; }

 p { color: rgb(187,190,140); }

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

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

 a { background-color: rgb(187,190,140); }

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

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

 span { border-color: rgb(187,190,140); }

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