Html Css Color HEX #BCBF9C Green Mist

📋 copy color: '#BCBF9C'

red 188 ◦ green 191 ◦ blue 156

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

Shades of Green Mist #BCBF9C

Tints of Green Mist #BCBF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.16%

R = 35.14%
G = 35.7%
B = 29.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BCBF9C (or 0xBCBF9C) is known color: Green Mist. HEX triplet: BC, BF and 9C. RGB value is (188,191,156). Sum of RGB (Red+Green+Blue) = 188+191+156=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF9C is #434063. Grayscale: #BABABA. Windows color (decimal): -4407396 or 10272700. OLE color: 10272700.

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

Color convert

RGB 188 191 156 -
CMYK 0.02 0 0.18 0.25
HSL 65.14º 0.21% 0.68% -
HSV(B) 65.14º 0.18% 0.75% -
XYZ 45.37 50.35 38.78 -
YUV 186.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 188 191 156 0.02 0 0.18 0.25 65.14 0.21 0.68
Hex BC BF 9C 2 0 12 19 41 15 44
Octal 274 277 234 2 0 22 31 101 25 104
Binary 10111100 10111111 10011100 10 0 10010 11001 1000001 10101 1000100

Color Harmonies of #BCBF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF9C

Black with #BCBF9C

Text Example


Text Example

White with #BCBF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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