Html Css Color HEX #BECE9E Sprout

📋 copy color: '#BECE9E'

red 190 ◦ green 206 ◦ blue 158

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

Shades of Sprout #BECE9E

Tints of Sprout #BECE9E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.18%

 BLUE value IS 158 (62.11% from 255) = 28.52%

R = 34.3%
G = 37.18%
B = 28.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#BECE9E (or 0xBECE9E) is known color: Sprout. HEX triplet: BE, CE and 9E. RGB value is (190,206,158). Sum of RGB (Red+Green+Blue) = 190+206+158=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE9E is #413161. Grayscale: #C3C3C3. Windows color (decimal): -4272482 or 10407614. OLE color: 10407614.

HSL color Cylindrical-coordinate representation of color #BECE9E: hue angle of 80º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BECE9E is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 158 -
CMYK 0.08 0 0.23 0.19
HSL 80º 0.33% 0.71% -
HSV(B) 80º 0.23% 0.81% -
XYZ 49.48 57.56 40.85 -
YUV 195.74 106.7 123.9 -
System Red Green Blue C M Y K H S L
Decimal 190 206 158 0.08 0 0.23 0.19 80 0.33 0.71
Hex BE CE 9E 8 0 17 13 50 21 47
Octal 276 316 236 10 0 27 23 120 41 107
Binary 10111110 11001110 10011110 1000 0 10111 10011 1010000 100001 1000111

Color Harmonies of #BECE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE9E

Black with #BECE9E

Text Example


Text Example

White with #BECE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE9E; }

 p { color: rgb(190,206,158); }

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

background-color css

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

 a { background-color: rgb(190,206,158); }

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

border-color css

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

 span { border-color: rgb(190,206,158); }

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