#BCCE8E

Color #BCCE8E Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BCCE8E

Tints of Sprout #BCCE8E

Color information

#BCCE8E (or 0xBCCE8E) is unknown color: approx Sprout. HEX triplet: BC, CE and 8E. RGB value is (188,206,142). Sum of RGB (Red+Green+Blue) = 188+206+142=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE8E is #433171. Grayscale: #C1C1C1. Windows color (decimal): -4403570 or 9359036. OLE color: 9359036.

HSL color Cylindrical-coordinate representation of color #BCCE8E: hue angle of 76.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCCE8E is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB188206142-
CMYK0.0900.310.19
HSL76.88º39.51%68.24%-
HSV(B)76.88º31.07%80.78%-
XYZ47.6956.7934.04-
YUV193.3299.04124.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 142 (55.86% from 255) = 26.49%
R=35.07%
G=38.43%
B=26.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061420.0900.310.1976.8839.5168.24
HexBCCE8E901F134d2844
Octal274316216110372311550104
Binary10111100110011101000111010010111111001110011011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCE8E; }

 p { color: rgb(188,206,142); }

 H1.HeaderClassName
 {
   color: #BCCE8E;
 }
 .AnyTagClassName
 {
   color: #BCCE8E;
 }
</style>
background-color css

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

 a { background-color: rgb(188,206,142); }

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

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

 span { border-color: rgb(188,206,142); }

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