Html Css Color HEX #BECE96 Sprout

📋 copy color: '#BECE96'

red 190 ◦ green 206 ◦ blue 150

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

Shades of Sprout #BECE96

Tints of Sprout #BECE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.47%

R = 34.8%
G = 37.73%
B = 27.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#BECE96 (or 0xBECE96) is known color: Sprout. HEX triplet: BE, CE and 96. RGB value is (190,206,150). Sum of RGB (Red+Green+Blue) = 190+206+150=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE96 is #413169. Grayscale: #C3C3C3. Windows color (decimal): -4272490 or 9883326. OLE color: 9883326.

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

Color convert

RGB 190 206 150 -
CMYK 0.08 0 0.27 0.19
HSL 77.14º 0.36% 0.7% -
HSV(B) 77.14º 0.27% 0.81% -
XYZ 48.81 57.29 37.34 -
YUV 194.83 102.7 124.55 -
System Red Green Blue C M Y K H S L
Decimal 190 206 150 0.08 0 0.27 0.19 77.14 0.36 0.7
Hex BE CE 96 8 0 1B 13 4D 24 46
Octal 276 316 226 10 0 33 23 115 44 106
Binary 10111110 11001110 10010110 1000 0 11011 10011 1001101 100100 1000110

Color Harmonies of #BECE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE96

Black with #BECE96

Text Example


Text Example

White with #BECE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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