#BCCD7F

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

Shades of Caper #BCCD7F

Tints of Caper #BCCD7F

Color information

#BCCD7F (or 0xBCCD7F) is unknown color: approx Caper. HEX triplet: BC, CD and 7F. RGB value is (188,205,127). Sum of RGB (Red+Green+Blue) = 188+205+127=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD7F is #433280. Grayscale: #BFBFBF. Windows color (decimal): -4403841 or 8375740. OLE color: 8375740.

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

Color convert

RGB188205127-
CMYK0.0800.380.20
HSL73.08º43.82%65.1%-
HSV(B)73.08º38.05%80.39%-
XYZ46.455.8928.42-
YUV191.0291.87125.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 127 (50% from 255) = 24.42%
R=36.15%
G=39.42%
B=24.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051270.0800.380.2073.0843.8265.1
HexBCCD7F802614492c41
Octal274315177100462411154101
Binary10111100110011011111111100001001101010010010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD7F; }

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

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

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

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

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

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

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

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