Html Css Color HEX #BCD895 Sprout

📋 copy color: '#BCD895'

red 188 ◦ green 216 ◦ blue 149

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

Shades of Sprout #BCD895

Tints of Sprout #BCD895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.94%

R = 34%
G = 39.06%
B = 26.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#BCD895 (or 0xBCD895) is known color: Sprout. HEX triplet: BC, D8 and 95. RGB value is (188,216,149). Sum of RGB (Red+Green+Blue) = 188+216+149=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD895 is #43276A. Grayscale: #C8C8C8. Windows color (decimal): -4401003 or 9820348. OLE color: 9820348.

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

Color convert

RGB 188 216 149 -
CMYK 0.13 0 0.31 0.15
HSL 85.07º 0.46% 0.72% -
HSV(B) 85.07º 0.31% 0.85% -
XYZ 50.72 61.97 37.72 -
YUV 199.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 188 216 149 0.13 0 0.31 0.15 85.07 0.46 0.72
Hex BC D8 95 D 0 1F F 55 2E 48
Octal 274 330 225 15 0 37 17 125 56 110
Binary 10111100 11011000 10010101 1101 0 11111 1111 1010101 101110 1001000

Color Harmonies of #BCD895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD895

Black with #BCD895

Text Example


Text Example

White with #BCD895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD895; }

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

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

background-color css

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

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

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

border-color css

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

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

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