Html Css Color HEX #BCBEA0 Green Mist

📋 copy color: '#BCBEA0'

red 188 ◦ green 190 ◦ blue 160

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

Shades of Green Mist #BCBEA0

Tints of Green Mist #BCBEA0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.32%

 BLUE value IS 160 (62.89% from 255) = 29.74%

R = 34.94%
G = 35.32%
B = 29.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BCBEA0 (or 0xBCBEA0) is known color: Green Mist. HEX triplet: BC, BE and A0. RGB value is (188,190,160). Sum of RGB (Red+Green+Blue) = 188+190+160=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBEA0 is #43415F. Grayscale: #BABABA. Windows color (decimal): -4407648 or 10534588. OLE color: 10534588.

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

Color convert

RGB 188 190 160 -
CMYK 0.01 0 0.16 0.25
HSL 64º 0.19% 0.69% -
HSV(B) 64º 0.16% 0.75% -
XYZ 45.5 50.06 40.52 -
YUV 185.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 188 190 160 0.01 0 0.16 0.25 64 0.19 0.69
Hex BC BE A0 1 0 10 19 40 13 45
Octal 274 276 240 1 0 20 31 100 23 105
Binary 10111100 10111110 10100000 1 0 10000 11001 1000000 10011 1000101

Color Harmonies of #BCBEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBEA0

Black with #BCBEA0

Text Example


Text Example

White with #BCBEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBEA0; }

 p { color: rgb(188,190,160); }

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

background-color css

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

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

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

border-color css

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

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

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