#BCCD8F

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

Shades of Sprout #BCCD8F

Tints of Sprout #BCCD8F

Color information

#BCCD8F (or 0xBCCD8F) is unknown color: approx Sprout. HEX triplet: BC, CD and 8F. RGB value is (188,205,143). Sum of RGB (Red+Green+Blue) = 188+205+143=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD8F is #433270. Grayscale: #C1C1C1. Windows color (decimal): -4403825 or 9424316. OLE color: 9424316.

HSL color Cylindrical-coordinate representation of color #BCCD8F: hue angle of 76.45º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCCD8F is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB188205143-
CMYK0.0800.300.20
HSL76.45º38.27%68.24%-
HSV(B)76.45º30.24%80.39%-
XYZ47.5356.3434.36-
YUV192.8599.87124.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.07%
GREEN value IS 205 (80.47% from 255) = 38.25%
BLUE value IS 143 (56.25% from 255) = 26.68%
R=35.07%
G=38.25%
B=26.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051430.0800.300.2076.4538.2768.24
HexBCCD8F801E144c2644
Octal274315217100362411446104
Binary10111100110011011000111110000111101010010011001001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD8F; }

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

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

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

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

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

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

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

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