Html Css Color HEX #BECD9C Sprout

📋 copy color: '#BECD9C'

red 190 ◦ green 205 ◦ blue 156

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

Shades of Sprout #BECD9C

Tints of Sprout #BECD9C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.21%

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

R = 34.48%
G = 37.21%
B = 28.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#BECD9C (or 0xBECD9C) is known color: Sprout. HEX triplet: BE, CD and 9C. RGB value is (190,205,156). Sum of RGB (Red+Green+Blue) = 190+205+156=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECD9C is #413263. Grayscale: #C3C3C3. Windows color (decimal): -4272740 or 10276286. OLE color: 10276286.

HSL color Cylindrical-coordinate representation of color #BECD9C: hue angle of 78.37º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BECD9C is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 156 -
CMYK 0.07 0 0.24 0.20
HSL 78.37º 0.33% 0.71% -
HSV(B) 78.37º 0.24% 0.8% -
XYZ 49.07 57.01 39.87 -
YUV 194.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 190 205 156 0.07 0 0.24 0.20 78.37 0.33 0.71
Hex BE CD 9C 7 0 18 14 4E 21 47
Octal 276 315 234 7 0 30 24 116 41 107
Binary 10111110 11001101 10011100 111 0 11000 10100 1001110 100001 1000111

Color Harmonies of #BECD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD9C

Black with #BECD9C

Text Example


Text Example

White with #BECD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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