Html Css Color HEX #BECF9D Sprout

📋 copy color: '#BECF9D'

red 190 ◦ green 207 ◦ blue 157

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

Shades of Sprout #BECF9D

Tints of Sprout #BECF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.36%

 BLUE value IS 157 (61.72% from 255) = 28.34%

R = 34.3%
G = 37.36%
B = 28.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#BECF9D (or 0xBECF9D) is known color: Sprout. HEX triplet: BE, CF and 9D. RGB value is (190,207,157). Sum of RGB (Red+Green+Blue) = 190+207+157=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECF9D is #413062. Grayscale: #C4C4C4. Windows color (decimal): -4272227 or 10342334. OLE color: 10342334.

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

Color convert

RGB 190 207 157 -
CMYK 0.08 0 0.24 0.19
HSL 80.4º 0.34% 0.71% -
HSV(B) 80.4º 0.24% 0.81% -
XYZ 49.63 58.01 40.48 -
YUV 196.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 190 207 157 0.08 0 0.24 0.19 80.4 0.34 0.71
Hex BE CF 9D 8 0 18 13 50 22 47
Octal 276 317 235 10 0 30 23 120 42 107
Binary 10111110 11001111 10011101 1000 0 11000 10011 1010000 100010 1000111

Color Harmonies of #BECF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF9D

Black with #BECF9D

Text Example


Text Example

White with #BECF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF9D; }

 p { color: rgb(190,207,157); }

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

background-color css

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

 a { background-color: rgb(190,207,157); }

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

border-color css

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

 span { border-color: rgb(190,207,157); }

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