#BBC09C

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

Shades of Green Mist #BBC09C

Tints of Green Mist #BBC09C

Color information

#BBC09C (or 0xBBC09C) is unknown color: approx Green Mist. HEX triplet: BB, C0 and 9C. RGB value is (187,192,156). Sum of RGB (Red+Green+Blue) = 187+192+156=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC09C is #443F63. Grayscale: #BABABA. Windows color (decimal): -4472676 or 10272955. OLE color: 10272955.

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

Color convert

RGB187192156-
CMYK0.0300.190.25
HSL68.33º22.22%68.24%-
HSV(B)68.33º18.75%75.29%-
XYZ45.3450.6638.84-
YUV186.4110.84128.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=34.95%
G=35.89%
B=29.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871921560.0300.190.2568.3322.2268.24
HexBBC09C301319441644
Octal27330023430233110426104
Binary10111011110000001001110011010011110011000100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC09C; }

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

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

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

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

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

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

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

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