#BCD17E

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

Shades of Caper #BCD17E

Tints of Caper #BCD17E

Color information

#BCD17E (or 0xBCD17E) is unknown color: approx Caper. HEX triplet: BC, D1 and 7E. RGB value is (188,209,126). Sum of RGB (Red+Green+Blue) = 188+209+126=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD17E is #432E81. Grayscale: #C1C1C1. Windows color (decimal): -4402818 or 8311228. OLE color: 8311228.

HSL color Cylindrical-coordinate representation of color #BCD17E: hue angle of 75.18º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCD17E is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB188209126-
CMYK0.1000.400.18
HSL75.18º47.43%65.69%-
HSV(B)75.18º39.71%81.96%-
XYZ47.3157.828.4-
YUV193.2690.04124.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 209 (82.03% from 255) = 39.96%
BLUE value IS 126 (49.61% from 255) = 24.09%
R=35.95%
G=39.96%
B=24.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091260.1000.400.1875.1847.4365.69
HexBCD17EA028124b2f42
Octal274321176120502211357102
Binary10111100110100011111110101001010001001010010111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD17E; }

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

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

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

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

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

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

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

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