Html Css Color HEX #BECA9C Sprout

📋 copy color: '#BECA9C'

red 190 ◦ green 202 ◦ blue 156

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

Shades of Sprout #BECA9C

Tints of Sprout #BECA9C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.86%

 BLUE value IS 156 (61.33% from 255) = 28.47%

R = 34.67%
G = 36.86%
B = 28.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#BECA9C (or 0xBECA9C) is known color: Sprout. HEX triplet: BE, CA and 9C. RGB value is (190,202,156). Sum of RGB (Red+Green+Blue) = 190+202+156=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA9C is #413563. Grayscale: #C1C1C1. Windows color (decimal): -4273508 or 10275518. OLE color: 10275518.

HSL color Cylindrical-coordinate representation of color #BECA9C: hue angle of 75.65º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BECA9C is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 202 156 -
CMYK 0.06 0 0.23 0.21
HSL 75.65º 0.3% 0.7% -
HSV(B) 75.65º 0.23% 0.79% -
XYZ 48.36 55.59 39.63 -
YUV 193.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 190 202 156 0.06 0 0.23 0.21 75.65 0.3 0.7
Hex BE CA 9C 6 0 17 15 4C 1E 46
Octal 276 312 234 6 0 27 25 114 36 106
Binary 10111110 11001010 10011100 110 0 10111 10101 1001100 11110 1000110

Color Harmonies of #BECA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECA9C

Black with #BECA9C

Text Example


Text Example

White with #BECA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECA9C; }

 p { color: rgb(190,202,156); }

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

background-color css

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

 a { background-color: rgb(190,202,156); }

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

border-color css

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

 span { border-color: rgb(190,202,156); }

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