#BCD080

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

Shades of Caper #BCD080

Tints of Caper #BCD080

Color information

#BCD080 (or 0xBCD080) is unknown color: approx Caper. HEX triplet: BC, D0 and 80. RGB value is (188,208,128). Sum of RGB (Red+Green+Blue) = 188+208+128=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD080 is #432F7F. Grayscale: #C1C1C1. Windows color (decimal): -4403072 or 8442044. OLE color: 8442044.

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

Color convert

RGB188208128-
CMYK0.1000.380.18
HSL75º45.98%65.88%-
HSV(B)75º38.46%81.57%-
XYZ47.1957.3629.01-
YUV192.991.37124.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.88%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=35.88%
G=39.69%
B=24.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081280.1000.380.187545.9865.88
HexBCD080A026124b2e42
Octal274320200120462211356102
Binary101111001101000010000000101001001101001010010111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD080; }

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

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

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

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

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

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

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

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