#BCD382

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

Shades of Caper #BCD382

Tints of Caper #BCD382

Color information

#BCD382 (or 0xBCD382) is unknown color: approx Caper. HEX triplet: BC, D3 and 82. RGB value is (188,211,130). Sum of RGB (Red+Green+Blue) = 188+211+130=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD382 is #432C7D. Grayscale: #C3C3C3. Windows color (decimal): -4402302 or 8573884. OLE color: 8573884.

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

Color convert

RGB188211130-
CMYK0.1100.380.17
HSL77.04º47.93%66.86%-
HSV(B)77.04º38.39%82.75%-
XYZ48.0658.8929.95-
YUV194.8991.38123.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 211 (82.81% from 255) = 39.89%
BLUE value IS 130 (51.17% from 255) = 24.57%
R=35.54%
G=39.89%
B=24.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882111300.1100.380.1777.0447.9366.86
HexBCD382B026114d3043
Octal274323202130462111560103
Binary101111001101001110000010101101001101000110011011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD382; }

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

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

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

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

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

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

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

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