Html Css Color HEX #BCC29E Green Mist

📋 copy color: '#BCC29E'

red 188 ◦ green 194 ◦ blue 158

#BCC29E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #BCC29E

Tints of Green Mist #BCC29E

RGB

 RED value IS 188 (73.83% from 255) = 34.81%

 GREEN value IS 194 (76.17% from 255) = 35.93%

 BLUE value IS 158 (62.11% from 255) = 29.26%

R = 34.81%
G = 35.93%
B = 29.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#BCC29E (or 0xBCC29E) is known color: Green Mist. HEX triplet: BC, C2 and 9E. RGB value is (188,194,158). Sum of RGB (Red+Green+Blue) = 188+194+158=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC29E is #433D61. Grayscale: #BCBCBC. Windows color (decimal): -4406626 or 10404540. OLE color: 10404540.

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

Color convert

RGB 188 194 158 -
CMYK 0.03 0 0.19 0.24
HSL 70º 0.23% 0.69% -
HSV(B) 70º 0.19% 0.76% -
XYZ 46.2 51.74 39.9 -
YUV 188.1 111.01 127.93 -
System Red Green Blue C M Y K H S L
Decimal 188 194 158 0.03 0 0.19 0.24 70 0.23 0.69
Hex BC C2 9E 3 0 13 18 46 17 45
Octal 274 302 236 3 0 23 30 106 27 105
Binary 10111100 11000010 10011110 11 0 10011 11000 1000110 10111 1000101

Color Harmonies of #BCC29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC29E

Black with #BCC29E

Text Example


Text Example

White with #BCC29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC29E; }

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

 H1.HeaderClassName
 {
   color: #BCC29E;
 }
 .AnyTagClassName
 {
   color: #BCC29E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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