Html Css Color HEX #BCBF8C Green Mist

📋 copy color: '#BCBF8C'

red 188 ◦ green 191 ◦ blue 140

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

Shades of Green Mist #BCBF8C

Tints of Green Mist #BCBF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 36.8%

 BLUE value IS 140 (55.08% from 255) = 26.97%

R = 36.22%
G = 36.8%
B = 26.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BCBF8C (or 0xBCBF8C) is known color: Green Mist. HEX triplet: BC, BF and 8C. RGB value is (188,191,140). Sum of RGB (Red+Green+Blue) = 188+191+140=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF8C is #434073. Grayscale: #B8B8B8. Windows color (decimal): -4407412 or 9224124. OLE color: 9224124.

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

Color convert

RGB 188 191 140 -
CMYK 0.02 0 0.27 0.25
HSL 63.53º 0.28% 0.65% -
HSV(B) 63.53º 0.27% 0.75% -
XYZ 44.1 49.85 32.11 -
YUV 184.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 188 191 140 0.02 0 0.27 0.25 63.53 0.28 0.65
Hex BC BF 8C 2 0 1B 19 40 1C 41
Octal 274 277 214 2 0 33 31 100 34 101
Binary 10111100 10111111 10001100 10 0 11011 11001 1000000 11100 1000001

Color Harmonies of #BCBF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF8C

Black with #BCBF8C

Text Example


Text Example

White with #BCBF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF8C; }

 p { color: rgb(188,191,140); }

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

background-color css

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

 a { background-color: rgb(188,191,140); }

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

border-color css

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

 span { border-color: rgb(188,191,140); }

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