#BCD380

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

Shades of Caper #BCD380

Tints of Caper #BCD380

Color information

#BCD380 (or 0xBCD380) is unknown color: approx Caper. HEX triplet: BC, D3 and 80. RGB value is (188,211,128). Sum of RGB (Red+Green+Blue) = 188+211+128=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 128 (50.39% from 255 or 24.29% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD380 is #432C7F. Grayscale: #C2C2C2. Windows color (decimal): -4402304 or 8442812. OLE color: 8442812.

HSL color Cylindrical-coordinate representation of color #BCD380: hue angle of 76.63º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCD380 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB188211128-
CMYK0.1100.390.17
HSL76.63º48.54%66.47%-
HSV(B)76.63º39.34%82.75%-
XYZ47.9358.8429.25-
YUV194.6690.38123.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 211 (82.81% from 255) = 40.04%
BLUE value IS 128 (50.39% from 255) = 24.29%
R=35.67%
G=40.04%
B=24.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882111280.1100.390.1776.6348.5466.47
HexBCD380B027114d3142
Octal274323200130472111561102
Binary101111001101001110000000101101001111000110011011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD380; }

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

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

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

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

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

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

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

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