Html Css Color HEX #BECD8C Green Mist

📋 copy color: '#BECD8C'

red 190 ◦ green 205 ◦ blue 140

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

Shades of Green Mist #BECD8C

Tints of Green Mist #BECD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.32%

 BLUE value IS 140 (55.08% from 255) = 26.17%

R = 35.51%
G = 38.32%
B = 26.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#BECD8C (or 0xBECD8C) is known color: Green Mist. HEX triplet: BE, CD and 8C. RGB value is (190,205,140). Sum of RGB (Red+Green+Blue) = 190+205+140=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECD8C is #413273. Grayscale: #C1C1C1. Windows color (decimal): -4272756 or 9227710. OLE color: 9227710.

HSL color Cylindrical-coordinate representation of color #BECD8C: hue angle of 73.85º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BECD8C is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 140 -
CMYK 0.07 0 0.32 0.20
HSL 73.85º 0.39% 0.68% -
HSV(B) 73.85º 0.32% 0.8% -
XYZ 47.8 56.5 33.2 -
YUV 193.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 190 205 140 0.07 0 0.32 0.20 73.85 0.39 0.68
Hex BE CD 8C 7 0 20 14 4A 27 44
Octal 276 315 214 7 0 40 24 112 47 104
Binary 10111110 11001101 10001100 111 0 100000 10100 1001010 100111 1000100

Color Harmonies of #BECD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD8C

Black with #BECD8C

Text Example


Text Example

White with #BECD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD8C; }

 p { color: rgb(190,205,140); }

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

background-color css

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

 a { background-color: rgb(190,205,140); }

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

border-color css

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

 span { border-color: rgb(190,205,140); }

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