Html Css Color HEX #BECB8D Green Mist

📋 copy color: '#BECB8D'

red 190 ◦ green 203 ◦ blue 141

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

Shades of Green Mist #BECB8D

Tints of Green Mist #BECB8D

RGB

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

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

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

R = 35.58%
G = 38.01%
B = 26.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#BECB8D (or 0xBECB8D) is known color: Green Mist. HEX triplet: BE, CB and 8D. RGB value is (190,203,141). Sum of RGB (Red+Green+Blue) = 190+203+141=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECB8D is #413472. Grayscale: #C0C0C0. Windows color (decimal): -4273267 or 9292734. OLE color: 9292734.

HSL color Cylindrical-coordinate representation of color #BECB8D: hue angle of 72.58º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BECB8D is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 141 -
CMYK 0.06 0 0.31 0.20
HSL 72.58º 0.37% 0.67% -
HSV(B) 72.58º 0.31% 0.8% -
XYZ 47.4 55.58 33.43 -
YUV 192.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 190 203 141 0.06 0 0.31 0.20 72.58 0.37 0.67
Hex BE CB 8D 6 0 1F 14 49 25 43
Octal 276 313 215 6 0 37 24 111 45 103
Binary 10111110 11001011 10001101 110 0 11111 10100 1001001 100101 1000011

Color Harmonies of #BECB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB8D

Black with #BECB8D

Text Example


Text Example

White with #BECB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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