#BCC190

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

Shades of Green Mist #BCC190

Tints of Green Mist #BCC190

Color information

#BCC190 (or 0xBCC190) is unknown color: approx Green Mist. HEX triplet: BC, C1 and 90. RGB value is (188,193,144). Sum of RGB (Red+Green+Blue) = 188+193+144=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC190 is #433E6F. Grayscale: #BABABA. Windows color (decimal): -4406896 or 9486780. OLE color: 9486780.

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

Color convert

RGB188193144-
CMYK0.0300.250.24
HSL66.12º28.32%66.08%-
HSV(B)66.12º25.39%75.69%-
XYZ44.8450.8433.84-
YUV185.92104.34129.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 193 (75.78% from 255) = 36.76%
BLUE value IS 144 (56.64% from 255) = 27.43%
R=35.81%
G=36.76%
B=27.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931440.0300.250.2466.1228.3266.08
HexBCC190301918421c42
Octal27430122030313010234102
Binary10111100110000011001000011011001110001000010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC190; }

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

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

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

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

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

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

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

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