Html Css Color HEX #BECE9C Sprout

📋 copy color: '#BECE9C'

red 190 ◦ green 206 ◦ blue 156

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

Shades of Sprout #BECE9C

Tints of Sprout #BECE9C

RGB

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

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

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

R = 34.42%
G = 37.32%
B = 28.26%

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

#BECE9C (or 0xBECE9C) is known color: Sprout. HEX triplet: BE, CE and 9C. RGB value is (190,206,156). Sum of RGB (Red+Green+Blue) = 190+206+156=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE9C is #413163. Grayscale: #C3C3C3. Windows color (decimal): -4272484 or 10276542. OLE color: 10276542.

HSL color Cylindrical-coordinate representation of color #BECE9C: hue angle of 79.2º 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 #BECE9C is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 156 -
CMYK 0.08 0 0.24 0.19
HSL 79.2º 0.34% 0.71% -
HSV(B) 79.2º 0.24% 0.81% -
XYZ 49.31 57.49 39.95 -
YUV 195.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 190 206 156 0.08 0 0.24 0.19 79.2 0.34 0.71
Hex BE CE 9C 8 0 18 13 4F 22 47
Octal 276 316 234 10 0 30 23 117 42 107
Binary 10111110 11001110 10011100 1000 0 11000 10011 1001111 100010 1000111

Color Harmonies of #BECE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE9C

Black with #BECE9C

Text Example


Text Example

White with #BECE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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