Html Css Color HEX #BCDE91 Sprout

📋 copy color: '#BCDE91'

red 188 ◦ green 222 ◦ blue 145

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

Shades of Sprout #BCDE91

Tints of Sprout #BCDE91

RGB

 RED value IS 188 (73.83% from 255) = 33.87%

 GREEN value IS 222 (87.11% from 255) = 40%

 BLUE value IS 145 (57.03% from 255) = 26.13%

R = 33.87%
G = 40%
B = 26.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#BCDE91 (or 0xBCDE91) is known color: Sprout. HEX triplet: BC, DE and 91. RGB value is (188,222,145). Sum of RGB (Red+Green+Blue) = 188+222+145=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDE91 is #43216E. Grayscale: #CBCBCB. Windows color (decimal): -4399471 or 9559740. OLE color: 9559740.

HSL color Cylindrical-coordinate representation of color #BCDE91: hue angle of 86.49º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCDE91 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 222 145 -
CMYK 0.15 0 0.35 0.13
HSL 86.49º 0.54% 0.72% -
HSV(B) 86.49º 0.35% 0.87% -
XYZ 51.97 64.98 36.59 -
YUV 203.06 95.24 117.26 -
System Red Green Blue C M Y K H S L
Decimal 188 222 145 0.15 0 0.35 0.13 86.49 0.54 0.72
Hex BC DE 91 F 0 23 D 56 36 48
Octal 274 336 221 17 0 43 15 126 66 110
Binary 10111100 11011110 10010001 1111 0 100011 1101 1010110 110110 1001000

Color Harmonies of #BCDE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE91

Black with #BCDE91

Text Example


Text Example

White with #BCDE91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE91; }

 p { color: rgb(188,222,145); }

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

background-color css

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

 a { background-color: rgb(188,222,145); }

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

border-color css

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

 span { border-color: rgb(188,222,145); }

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