#BCCF7D

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

Shades of Caper #BCCF7D

Tints of Caper #BCCF7D

Color information

#BCCF7D (or 0xBCCF7D) is unknown color: approx Caper. HEX triplet: BC, CF and 7D. RGB value is (188,207,125). Sum of RGB (Red+Green+Blue) = 188+207+125=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF7D is #433082. Grayscale: #C0C0C0. Windows color (decimal): -4403331 or 8245180. OLE color: 8245180.

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

Color convert

RGB188207125-
CMYK0.0900.400.19
HSL73.9º46.07%65.1%-
HSV(B)73.9º39.61%81.18%-
XYZ46.7556.827.9-
YUV191.9790.21125.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 207 (81.25% from 255) = 39.81%
BLUE value IS 125 (49.22% from 255) = 24.04%
R=36.15%
G=39.81%
B=24.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882071250.0900.400.1973.946.0765.1
HexBCCF7D9028134a2e41
Octal274317175110502311256101
Binary10111100110011111111101100101010001001110010101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF7D; }

 p { color: rgb(188,207,125); }

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

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

 a { background-color: rgb(188,207,125); }

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

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

 span { border-color: rgb(188,207,125); }

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