#BCCE80

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

Shades of Caper #BCCE80

Tints of Caper #BCCE80

Color information

#BCCE80 (or 0xBCCE80) is unknown color: approx Caper. HEX triplet: BC, CE and 80. RGB value is (188,206,128). Sum of RGB (Red+Green+Blue) = 188+206+128=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE80 is #43317F. Grayscale: #C0C0C0. Windows color (decimal): -4403584 or 8441532. OLE color: 8441532.

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

Color convert

RGB188206128-
CMYK0.0900.380.19
HSL73.85º44.32%65.49%-
HSV(B)73.85º37.86%80.78%-
XYZ46.7156.3928.85-
YUV191.7392.04125.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 206 (80.86% from 255) = 39.46%
BLUE value IS 128 (50.39% from 255) = 24.52%
R=36.02%
G=39.46%
B=24.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061280.0900.380.1973.8544.3265.49
HexBCCE809026134a2c41
Octal274316200110462311254101
Binary101111001100111010000000100101001101001110010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCE80; }

 p { color: rgb(188,206,128); }

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

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

 a { background-color: rgb(188,206,128); }

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

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

 span { border-color: rgb(188,206,128); }

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