Html Css Color HEX #BCBE8E Green Mist

📋 copy color: '#BCBE8E'

red 188 ◦ green 190 ◦ blue 142

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

Shades of Green Mist #BCBE8E

Tints of Green Mist #BCBE8E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.54%

 BLUE value IS 142 (55.86% from 255) = 27.31%

R = 36.15%
G = 36.54%
B = 27.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BCBE8E (or 0xBCBE8E) is known color: Green Mist. HEX triplet: BC, BE and 8E. RGB value is (188,190,142). Sum of RGB (Red+Green+Blue) = 188+190+142=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBE8E is #434171. Grayscale: #B8B8B8. Windows color (decimal): -4407666 or 9354940. OLE color: 9354940.

HSL color Cylindrical-coordinate representation of color #BCBE8E: hue angle of 62.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCBE8E is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 190 142 -
CMYK 0.01 0 0.25 0.25
HSL 62.5º 0.27% 0.65% -
HSV(B) 62.5º 0.25% 0.75% -
XYZ 44.03 49.47 32.82 -
YUV 183.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 188 190 142 0.01 0 0.25 0.25 62.5 0.27 0.65
Hex BC BE 8E 1 0 19 19 3F 1B 41
Octal 274 276 216 1 0 31 31 77 33 101
Binary 10111100 10111110 10001110 1 0 11001 11001 111111 11011 1000001

Color Harmonies of #BCBE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE8E

Black with #BCBE8E

Text Example


Text Example

White with #BCBE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE8E; }

 p { color: rgb(188,190,142); }

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

background-color css

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

 a { background-color: rgb(188,190,142); }

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

border-color css

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

 span { border-color: rgb(188,190,142); }

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