Html Css Color HEX #BCD893 Sprout

📋 copy color: '#BCD893'

red 188 ◦ green 216 ◦ blue 147

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

Shades of Sprout #BCD893

Tints of Sprout #BCD893

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.2%

 BLUE value IS 147 (57.81% from 255) = 26.68%

R = 34.12%
G = 39.2%
B = 26.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BCD893 (or 0xBCD893) is known color: Sprout. HEX triplet: BC, D8 and 93. RGB value is (188,216,147). Sum of RGB (Red+Green+Blue) = 188+216+147=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD893 is #43276C. Grayscale: #C8C8C8. Windows color (decimal): -4401005 or 9689276. OLE color: 9689276.

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

Color convert

RGB 188 216 147 -
CMYK 0.13 0 0.32 0.15
HSL 84.35º 0.47% 0.71% -
HSV(B) 84.35º 0.32% 0.85% -
XYZ 50.56 61.91 36.89 -
YUV 199.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 188 216 147 0.13 0 0.32 0.15 84.35 0.47 0.71
Hex BC D8 93 D 0 20 F 54 2F 47
Octal 274 330 223 15 0 40 17 124 57 107
Binary 10111100 11011000 10010011 1101 0 100000 1111 1010100 101111 1000111

Color Harmonies of #BCD893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD893

Black with #BCD893

Text Example


Text Example

White with #BCD893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD893; }

 p { color: rgb(188,216,147); }

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

background-color css

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

 a { background-color: rgb(188,216,147); }

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

border-color css

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

 span { border-color: rgb(188,216,147); }

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