Html Css Color HEX #BCDA8F Sprout

📋 copy color: '#BCDA8F'

red 188 ◦ green 218 ◦ blue 143

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

Shades of Sprout #BCDA8F

Tints of Sprout #BCDA8F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.71%

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

R = 34.24%
G = 39.71%
B = 26.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#BCDA8F (or 0xBCDA8F) is known color: Sprout. HEX triplet: BC, DA and 8F. RGB value is (188,218,143). Sum of RGB (Red+Green+Blue) = 188+218+143=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDA8F is #432570. Grayscale: #C8C8C8. Windows color (decimal): -4400497 or 9427644. OLE color: 9427644.

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

Color convert

RGB 188 218 143 -
CMYK 0.14 0 0.34 0.15
HSL 84º 0.5% 0.71% -
HSV(B) 84º 0.34% 0.85% -
XYZ 50.77 62.82 35.44 -
YUV 200.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 188 218 143 0.14 0 0.34 0.15 84 0.5 0.71
Hex BC DA 8F E 0 22 F 54 32 47
Octal 274 332 217 16 0 42 17 124 62 107
Binary 10111100 11011010 10001111 1110 0 100010 1111 1010100 110010 1000111

Color Harmonies of #BCDA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDA8F

Black with #BCDA8F

Text Example


Text Example

White with #BCDA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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