#BCC09E

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

Shades of Green Mist #BCC09E

Tints of Green Mist #BCC09E

Color information

#BCC09E (or 0xBCC09E) is unknown color: approx Green Mist. HEX triplet: BC, C0 and 9E. RGB value is (188,192,158). Sum of RGB (Red+Green+Blue) = 188+192+158=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC09E is #433F61. Grayscale: #BBBBBB. Windows color (decimal): -4407138 or 10404028. OLE color: 10404028.

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

Color convert

RGB188192158-
CMYK0.0200.180.25
HSL67.06º21.25%68.63%-
HSV(B)67.06º17.71%75.29%-
XYZ45.7650.8639.75-
YUV186.93111.67128.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.94%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=34.94%
G=35.69%
B=29.37%

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
Decimal1881921580.0200.180.2567.0621.2568.63
HexBCC09E201219431545
Octal27430023620223110325105
Binary10111100110000001001111010010010110011000011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC09E; }

 p { color: rgb(188,192,158); }

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

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

 a { background-color: rgb(188,192,158); }

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

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

 span { border-color: rgb(188,192,158); }

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