Html Css Color HEX #BCBD8F Green Mist

📋 copy color: '#BCBD8F'

red 188 ◦ green 189 ◦ blue 143

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

Shades of Green Mist #BCBD8F

Tints of Green Mist #BCBD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.5%

R = 36.15%
G = 36.35%
B = 27.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BCBD8F (or 0xBCBD8F) is known color: Green Mist. HEX triplet: BC, BD and 8F. RGB value is (188,189,143). Sum of RGB (Red+Green+Blue) = 188+189+143=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD8F is #434270. Grayscale: #B7B7B7. Windows color (decimal): -4407921 or 9420220. OLE color: 9420220.

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

Color convert

RGB 188 189 143 -
CMYK 0.01 0 0.24 0.26
HSL 61.3º 0.26% 0.65% -
HSV(B) 61.3º 0.24% 0.74% -
XYZ 43.89 49.07 33.14 -
YUV 183.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 188 189 143 0.01 0 0.24 0.26 61.3 0.26 0.65
Hex BC BD 8F 1 0 18 1A 3D 1A 41
Octal 274 275 217 1 0 30 32 75 32 101
Binary 10111100 10111101 10001111 1 0 11000 11010 111101 11010 1000001

Color Harmonies of #BCBD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD8F

Black with #BCBD8F

Text Example


Text Example

White with #BCBD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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