Html Css Color HEX #BECD8D Green Mist

📋 copy color: '#BECD8D'

red 190 ◦ green 205 ◦ blue 141

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

Shades of Green Mist #BECD8D

Tints of Green Mist #BECD8D

RGB

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

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

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

R = 35.45%
G = 38.25%
B = 26.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#BECD8D (or 0xBECD8D) is known color: Green Mist. HEX triplet: BE, CD and 8D. RGB value is (190,205,141). Sum of RGB (Red+Green+Blue) = 190+205+141=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECD8D is #413272. Grayscale: #C1C1C1. Windows color (decimal): -4272755 or 9293246. OLE color: 9293246.

HSL color Cylindrical-coordinate representation of color #BECD8D: hue angle of 74.06º degrees, saturation: 0.39, 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 #BECD8D is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 141 -
CMYK 0.07 0 0.31 0.20
HSL 74.06º 0.39% 0.68% -
HSV(B) 74.06º 0.31% 0.8% -
XYZ 47.87 56.53 33.59 -
YUV 193.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 190 205 141 0.07 0 0.31 0.20 74.06 0.39 0.68
Hex BE CD 8D 7 0 1F 14 4A 27 44
Octal 276 315 215 7 0 37 24 112 47 104
Binary 10111110 11001101 10001101 111 0 11111 10100 1001010 100111 1000100

Color Harmonies of #BECD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD8D

Black with #BECD8D

Text Example


Text Example

White with #BECD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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