Html Css Color HEX #BECB8E Green Mist

📋 copy color: '#BECB8E'

red 190 ◦ green 203 ◦ blue 142

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

Shades of Green Mist #BECB8E

Tints of Green Mist #BECB8E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.94%

 BLUE value IS 142 (55.86% from 255) = 26.54%

R = 35.51%
G = 37.94%
B = 26.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#BECB8E (or 0xBECB8E) is known color: Green Mist. HEX triplet: BE, CB and 8E. RGB value is (190,203,142). Sum of RGB (Red+Green+Blue) = 190+203+142=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB8E is #413471. Grayscale: #C0C0C0. Windows color (decimal): -4273266 or 9358270. OLE color: 9358270.

HSL color Cylindrical-coordinate representation of color #BECB8E: hue angle of 72.79º 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 #BECB8E is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 142 -
CMYK 0.06 0 0.30 0.20
HSL 72.79º 0.37% 0.68% -
HSV(B) 72.79º 0.3% 0.8% -
XYZ 47.47 55.61 33.82 -
YUV 192.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 190 203 142 0.06 0 0.30 0.20 72.79 0.37 0.68
Hex BE CB 8E 6 0 1E 14 49 25 44
Octal 276 313 216 6 0 36 24 111 45 104
Binary 10111110 11001011 10001110 110 0 11110 10100 1001001 100101 1000100

Color Harmonies of #BECB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB8E

Black with #BECB8E

Text Example


Text Example

White with #BECB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB8E; }

 p { color: rgb(190,203,142); }

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

background-color css

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

 a { background-color: rgb(190,203,142); }

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

border-color css

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

 span { border-color: rgb(190,203,142); }

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