Html Css Color HEX #BECE98 Sprout

📋 copy color: '#BECE98'

red 190 ◦ green 206 ◦ blue 152

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

Shades of Sprout #BECE98

Tints of Sprout #BECE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.74%

R = 34.67%
G = 37.59%
B = 27.74%

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

#BECE98 (or 0xBECE98) is known color: Sprout. HEX triplet: BE, CE and 98. RGB value is (190,206,152). Sum of RGB (Red+Green+Blue) = 190+206+152=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 152 (59.77% from 255 or 27.74% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECE98 is #413167. Grayscale: #C3C3C3. Windows color (decimal): -4272488 or 10014398. OLE color: 10014398.

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

Color convert

RGB 190 206 152 -
CMYK 0.08 0 0.26 0.19
HSL 77.78º 0.36% 0.7% -
HSV(B) 77.78º 0.26% 0.81% -
XYZ 48.97 57.36 38.2 -
YUV 195.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 190 206 152 0.08 0 0.26 0.19 77.78 0.36 0.7
Hex BE CE 98 8 0 1A 13 4E 24 46
Octal 276 316 230 10 0 32 23 116 44 106
Binary 10111110 11001110 10011000 1000 0 11010 10011 1001110 100100 1000110

Color Harmonies of #BECE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE98

Black with #BECE98

Text Example


Text Example

White with #BECE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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