Html Css Color HEX #BED69B Sprout

📋 copy color: '#BED69B'

red 190 ◦ green 214 ◦ blue 155

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

Shades of Sprout #BED69B

Tints of Sprout #BED69B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.28%

 BLUE value IS 155 (60.94% from 255) = 27.73%

R = 33.99%
G = 38.28%
B = 27.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#BED69B (or 0xBED69B) is known color: Sprout. HEX triplet: BE, D6 and 9B. RGB value is (190,214,155). Sum of RGB (Red+Green+Blue) = 190+214+155=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #BED69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED69B is #412964. Grayscale: #C8C8C8. Windows color (decimal): -4270437 or 10213054. OLE color: 10213054.

HSL color Cylindrical-coordinate representation of color #BED69B: hue angle of 84.41º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BED69B is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 214 155 -
CMYK 0.11 0 0.28 0.16
HSL 84.41º 0.42% 0.72% -
HSV(B) 84.41º 0.28% 0.84% -
XYZ 51.2 61.41 40.16 -
YUV 200.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 190 214 155 0.11 0 0.28 0.16 84.41 0.42 0.72
Hex BE D6 9B B 0 1C 10 54 2A 48
Octal 276 326 233 13 0 34 20 124 52 110
Binary 10111110 11010110 10011011 1011 0 11100 10000 1010100 101010 1001000

Color Harmonies of #BED69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED69B

Black with #BED69B

Text Example


Text Example

White with #BED69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED69B; }

 p { color: rgb(190,214,155); }

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

background-color css

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

 a { background-color: rgb(190,214,155); }

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

border-color css

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

 span { border-color: rgb(190,214,155); }

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