Html Css Color HEX #BECEA0 Sprout

📋 copy color: '#BECEA0'

red 190 ◦ green 206 ◦ blue 160

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

Shades of Sprout #BECEA0

Tints of Sprout #BECEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 28.78%

R = 34.17%
G = 37.05%
B = 28.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#BECEA0 (or 0xBECEA0) is known color: Sprout. HEX triplet: BE, CE and A0. RGB value is (190,206,160). Sum of RGB (Red+Green+Blue) = 190+206+160=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEA0 is #41315F. Grayscale: #C4C4C4. Windows color (decimal): -4272480 or 10538686. OLE color: 10538686.

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

Color convert

RGB 190 206 160 -
CMYK 0.08 0 0.22 0.19
HSL 80.87º 0.32% 0.72% -
HSV(B) 80.87º 0.22% 0.81% -
XYZ 49.65 57.63 41.76 -
YUV 195.97 107.7 123.74 -
System Red Green Blue C M Y K H S L
Decimal 190 206 160 0.08 0 0.22 0.19 80.87 0.32 0.72
Hex BE CE A0 8 0 16 13 51 20 48
Octal 276 316 240 10 0 26 23 121 40 110
Binary 10111110 11001110 10100000 1000 0 10110 10011 1010001 100000 1001000

Color Harmonies of #BECEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEA0

Black with #BECEA0

Text Example


Text Example

White with #BECEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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