Html Css Color HEX #BECE99 Sprout

📋 copy color: '#BECE99'

red 190 ◦ green 206 ◦ blue 153

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

Shades of Sprout #BECE99

Tints of Sprout #BECE99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.87%

R = 34.61%
G = 37.52%
B = 27.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#BECE99 (or 0xBECE99) is known color: Sprout. HEX triplet: BE, CE and 99. RGB value is (190,206,153). Sum of RGB (Red+Green+Blue) = 190+206+153=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE99 is #413166. Grayscale: #C3C3C3. Windows color (decimal): -4272487 or 10079934. OLE color: 10079934.

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

Color convert

RGB 190 206 153 -
CMYK 0.08 0 0.26 0.19
HSL 78.11º 0.35% 0.7% -
HSV(B) 78.11º 0.26% 0.81% -
XYZ 49.06 57.39 38.63 -
YUV 195.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 190 206 153 0.08 0 0.26 0.19 78.11 0.35 0.7
Hex BE CE 99 8 0 1A 13 4E 23 46
Octal 276 316 231 10 0 32 23 116 43 106
Binary 10111110 11001110 10011001 1000 0 11010 10011 1001110 100011 1000110

Color Harmonies of #BECE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE99

Black with #BECE99

Text Example


Text Example

White with #BECE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE99; }

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

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

background-color css

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

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

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

border-color css

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

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

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