Html Css Color HEX #BCBD9C Green Mist

📋 copy color: '#BCBD9C'

red 188 ◦ green 189 ◦ blue 156

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

Shades of Green Mist #BCBD9C

Tints of Green Mist #BCBD9C

RGB

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

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

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

R = 35.27%
G = 35.46%
B = 29.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BCBD9C (or 0xBCBD9C) is known color: Green Mist. HEX triplet: BC, BD and 9C. RGB value is (188,189,156). Sum of RGB (Red+Green+Blue) = 188+189+156=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD9C is #434263. Grayscale: #B9B9B9. Windows color (decimal): -4407908 or 10272188. OLE color: 10272188.

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

Color convert

RGB 188 189 156 -
CMYK 0.01 0 0.17 0.26
HSL 61.82º 0.2% 0.68% -
HSV(B) 61.82º 0.17% 0.74% -
XYZ 44.94 49.49 38.64 -
YUV 184.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 188 189 156 0.01 0 0.17 0.26 61.82 0.2 0.68
Hex BC BD 9C 1 0 11 1A 3E 14 44
Octal 274 275 234 1 0 21 32 76 24 104
Binary 10111100 10111101 10011100 1 0 10001 11010 111110 10100 1000100

Color Harmonies of #BCBD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD9C

Black with #BCBD9C

Text Example


Text Example

White with #BCBD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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