#BBBE9C

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

Shades of Green Mist #BBBE9C

Tints of Green Mist #BBBE9C

Color information

#BBBE9C (or 0xBBBE9C) is unknown color: approx Green Mist. HEX triplet: BB, BE and 9C. RGB value is (187,190,156). Sum of RGB (Red+Green+Blue) = 187+190+156=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBE9C is #444163. Grayscale: #B9B9B9. Windows color (decimal): -4473188 or 10272443. OLE color: 10272443.

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

Color convert

RGB187190156-
CMYK0.0200.180.25
HSL65.29º20.73%67.84%-
HSV(B)65.29º17.89%74.51%-
XYZ44.9149.7938.7-
YUV185.23111.51129.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 156 (61.33% from 255) = 29.27%
R=35.08%
G=35.65%
B=29.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901560.0200.180.2565.2920.7367.84
HexBBBE9C201219411544
Octal27327623420223110125104
Binary10111011101111101001110010010010110011000001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE9C; }

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

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

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

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

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

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

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

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