Html Css Color HEX #BCBC9C Green Mist

📋 copy color: '#BCBC9C'

red 188 ◦ green 188 ◦ blue 156

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

Shades of Green Mist #BCBC9C

Tints of Green Mist #BCBC9C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.34%

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

R = 35.34%
G = 35.34%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BCBC9C (or 0xBCBC9C) is known color: Green Mist. HEX triplet: BC, BC and 9C. RGB value is (188,188,156). Sum of RGB (Red+Green+Blue) = 188+188+156=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBC9C is #434363. Grayscale: #B8B8B8. Windows color (decimal): -4408164 or 10271932. OLE color: 10271932.

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

Color convert

RGB 188 188 156 -
CMYK 0 0 0.17 0.26
HSL 60º 0.19% 0.67% -
HSV(B) 60º 0.17% 0.74% -
XYZ 44.72 49.06 38.56 -
YUV 184.35 112 130.6 -
System Red Green Blue C M Y K H S L
Decimal 188 188 156 0 0 0.17 0.26 60 0.19 0.67
Hex BC BC 9C 0 0 11 1A 3C 13 43
Octal 274 274 234 0 0 21 32 74 23 103
Binary 10111100 10111100 10011100 0 0 10001 11010 111100 10011 1000011

Color Harmonies of #BCBC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC9C

Black with #BCBC9C

Text Example


Text Example

White with #BCBC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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