Html Css Color HEX #BCBD9E Green Mist

📋 copy color: '#BCBD9E'

red 188 ◦ green 189 ◦ blue 158

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

Shades of Green Mist #BCBD9E

Tints of Green Mist #BCBD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.53%

R = 35.14%
G = 35.33%
B = 29.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BCBD9E (or 0xBCBD9E) is known color: Green Mist. HEX triplet: BC, BD and 9E. RGB value is (188,189,158). Sum of RGB (Red+Green+Blue) = 188+189+158=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBD9E is #434261. Grayscale: #B9B9B9. Windows color (decimal): -4407906 or 10403260. OLE color: 10403260.

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

Color convert

RGB 188 189 158 -
CMYK 0.01 0 0.16 0.26
HSL 61.94º 0.19% 0.68% -
HSV(B) 61.94º 0.16% 0.74% -
XYZ 45.11 49.56 39.54 -
YUV 185.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 188 189 158 0.01 0 0.16 0.26 61.94 0.19 0.68
Hex BC BD 9E 1 0 10 1A 3E 13 44
Octal 274 275 236 1 0 20 32 76 23 104
Binary 10111100 10111101 10011110 1 0 10000 11010 111110 10011 1000100

Color Harmonies of #BCBD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBD9E

Black with #BCBD9E

Text Example


Text Example

White with #BCBD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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