#BCC199

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

Shades of Green Mist #BCC199

Tints of Green Mist #BCC199

Color information

#BCC199 (or 0xBCC199) is unknown color: approx Green Mist. HEX triplet: BC, C1 and 99. RGB value is (188,193,153). Sum of RGB (Red+Green+Blue) = 188+193+153=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC199 is #433E66. Grayscale: #BBBBBB. Windows color (decimal): -4406887 or 10076604. OLE color: 10076604.

HSL color Cylindrical-coordinate representation of color #BCC199: hue angle of 67.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCC199 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB188193153-
CMYK0.0300.210.24
HSL67.5º24.39%67.84%-
HSV(B)67.5º20.73%75.69%-
XYZ45.5651.1337.61-
YUV186.94108.84128.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 153 (60.16% from 255) = 28.65%
R=35.21%
G=36.14%
B=28.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931530.0300.210.2467.524.3967.84
HexBCC199301518441844
Octal27430123130253010430104
Binary10111100110000011001100111010101110001000100110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC199; }

 p { color: rgb(188,193,153); }

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

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

 a { background-color: rgb(188,193,153); }

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

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

 span { border-color: rgb(188,193,153); }

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