Html Css Color HEX #BCBD8E Green Mist

📋 copy color: '#BCBD8E'

red 188 ◦ green 189 ◦ blue 142

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

Shades of Green Mist #BCBD8E

Tints of Green Mist #BCBD8E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.42%

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

R = 36.22%
G = 36.42%
B = 27.36%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BCBD8E (or 0xBCBD8E) is known color: Green Mist. HEX triplet: BC, BD and 8E. RGB value is (188,189,142). Sum of RGB (Red+Green+Blue) = 188+189+142=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD8E is #434271. Grayscale: #B7B7B7. Windows color (decimal): -4407922 or 9354684. OLE color: 9354684.

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

Color convert

RGB 188 189 142 -
CMYK 0.01 0 0.25 0.26
HSL 61.28º 0.26% 0.65% -
HSV(B) 61.28º 0.25% 0.74% -
XYZ 43.82 49.04 32.75 -
YUV 183.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 188 189 142 0.01 0 0.25 0.26 61.28 0.26 0.65
Hex BC BD 8E 1 0 19 1A 3D 1A 41
Octal 274 275 216 1 0 31 32 75 32 101
Binary 10111100 10111101 10001110 1 0 11001 11010 111101 11010 1000001

Color Harmonies of #BCBD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD8E

Black with #BCBD8E

Text Example


Text Example

White with #BCBD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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