Html Css Color HEX #BECC8D Green Mist

📋 copy color: '#BECC8D'

red 190 ◦ green 204 ◦ blue 141

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

Shades of Green Mist #BECC8D

Tints of Green Mist #BECC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.36%

R = 35.51%
G = 38.13%
B = 26.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#BECC8D (or 0xBECC8D) is known color: Green Mist. HEX triplet: BE, CC and 8D. RGB value is (190,204,141). Sum of RGB (Red+Green+Blue) = 190+204+141=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECC8D is #413372. Grayscale: #C0C0C0. Windows color (decimal): -4273011 or 9292990. OLE color: 9292990.

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

Color convert

RGB 190 204 141 -
CMYK 0.07 0 0.31 0.2
HSL 73.33º 0.38% 0.68% -
HSV(B) 73.33º 0.31% 0.8% -
XYZ 47.64 56.06 33.51 -
YUV 192.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 190 204 141 0.07 0 0.31 0.2 73.33 0.38 0.68
Hex BE CC 8D 7 0 1F 14 49 26 44
Octal 276 314 215 7 0 37 24 111 46 104
Binary 10111110 11001100 10001101 111 0 11111 10100 1001001 100110 1000100

Color Harmonies of #BECC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC8D

Black with #BECC8D

Text Example


Text Example

White with #BECC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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