Html Css Color HEX #BECC8F Green Mist

📋 copy color: '#BECC8F'

red 190 ◦ green 204 ◦ blue 143

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

Shades of Green Mist #BECC8F

Tints of Green Mist #BECC8F

RGB

 RED value IS 190 (74.61% from 255) = 35.38%

 GREEN value IS 204 (80.08% from 255) = 37.99%

 BLUE value IS 143 (56.25% from 255) = 26.63%

R = 35.38%
G = 37.99%
B = 26.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#BECC8F (or 0xBECC8F) is known color: Green Mist. HEX triplet: BE, CC and 8F. RGB value is (190,204,143). Sum of RGB (Red+Green+Blue) = 190+204+143=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC8F is #413370. Grayscale: #C1C1C1. Windows color (decimal): -4273009 or 9424062. OLE color: 9424062.

HSL color Cylindrical-coordinate representation of color #BECC8F: hue angle of 73.77º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BECC8F is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 143 -
CMYK 0.07 0 0.30 0.2
HSL 73.77º 0.37% 0.68% -
HSV(B) 73.77º 0.3% 0.8% -
XYZ 47.79 56.12 34.3 -
YUV 192.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 190 204 143 0.07 0 0.30 0.2 73.77 0.37 0.68
Hex BE CC 8F 7 0 1E 14 4A 25 44
Octal 276 314 217 7 0 36 24 112 45 104
Binary 10111110 11001100 10001111 111 0 11110 10100 1001010 100101 1000100

Color Harmonies of #BECC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC8F

Black with #BECC8F

Text Example


Text Example

White with #BECC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC8F; }

 p { color: rgb(190,204,143); }

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

background-color css

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

 a { background-color: rgb(190,204,143); }

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

border-color css

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

 span { border-color: rgb(190,204,143); }

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