#BCD17C

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

Shades of Caper #BCD17C

Tints of Caper #BCD17C

Color information

#BCD17C (or 0xBCD17C) is unknown color: approx Caper. HEX triplet: BC, D1 and 7C. RGB value is (188,209,124). Sum of RGB (Red+Green+Blue) = 188+209+124=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD17C is #432E83. Grayscale: #C1C1C1. Windows color (decimal): -4402820 or 8180156. OLE color: 8180156.

HSL color Cylindrical-coordinate representation of color #BCD17C: hue angle of 74.82º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCD17C is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB188209124-
CMYK0.1000.410.18
HSL74.82º48.02%65.29%-
HSV(B)74.82º40.67%81.96%-
XYZ47.1857.7527.73-
YUV193.0389.04124.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 124 (48.83% from 255) = 23.80%
R=36.08%
G=40.12%
B=23.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091240.1000.410.1874.8248.0265.29
HexBCD17CA029124b3041
Octal274321174120512211360101
Binary10111100110100011111100101001010011001010010111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD17C; }

 p { color: rgb(188,209,124); }

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

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

 a { background-color: rgb(188,209,124); }

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

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

 span { border-color: rgb(188,209,124); }

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