Html Css Color HEX #BCDC8F Sprout

📋 copy color: '#BCDC8F'

red 188 ◦ green 220 ◦ blue 143

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

Shades of Sprout #BCDC8F

Tints of Sprout #BCDC8F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.93%

 BLUE value IS 143 (56.25% from 255) = 25.95%

R = 34.12%
G = 39.93%
B = 25.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#BCDC8F (or 0xBCDC8F) is known color: Sprout. HEX triplet: BC, DC and 8F. RGB value is (188,220,143). Sum of RGB (Red+Green+Blue) = 188+220+143=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC8F is #432370. Grayscale: #C9C9C9. Windows color (decimal): -4399985 or 9428156. OLE color: 9428156.

HSL color Cylindrical-coordinate representation of color #BCDC8F: hue angle of 84.94º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCDC8F is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 143 -
CMYK 0.15 0 0.35 0.14
HSL 84.94º 0.52% 0.71% -
HSV(B) 84.94º 0.35% 0.86% -
XYZ 51.29 63.86 35.61 -
YUV 201.65 94.9 118.26 -
System Red Green Blue C M Y K H S L
Decimal 188 220 143 0.15 0 0.35 0.14 84.94 0.52 0.71
Hex BC DC 8F F 0 23 E 55 34 47
Octal 274 334 217 17 0 43 16 125 64 107
Binary 10111100 11011100 10001111 1111 0 100011 1110 1010101 110100 1000111

Color Harmonies of #BCDC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC8F

Black with #BCDC8F

Text Example


Text Example

White with #BCDC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC8F; }

 p { color: rgb(188,220,143); }

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

background-color css

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

 a { background-color: rgb(188,220,143); }

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

border-color css

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

 span { border-color: rgb(188,220,143); }

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