#BCD480

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

Shades of Caper #BCD480

Tints of Caper #BCD480

Color information

#BCD480 (or 0xBCD480) is unknown color: approx Caper. HEX triplet: BC, D4 and 80. RGB value is (188,212,128). Sum of RGB (Red+Green+Blue) = 188+212+128=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD480 is #432B7F. Grayscale: #C3C3C3. Windows color (decimal): -4402048 or 8443068. OLE color: 8443068.

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

Color convert

RGB188212128-
CMYK0.1100.400.17
HSL77.14º49.41%66.67%-
HSV(B)77.14º39.62%83.14%-
XYZ48.1859.3429.34-
YUV195.2590.05122.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.61%
GREEN value IS 212 (83.20% from 255) = 40.15%
BLUE value IS 128 (50.39% from 255) = 24.24%
R=35.61%
G=40.15%
B=24.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121280.1100.400.1777.1449.4166.67
HexBCD480B028114d3143
Octal274324200130502111561103
Binary101111001101010010000000101101010001000110011011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD480; }

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

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

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

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

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

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

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

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