#BCD185

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

Shades of Caper #BCD185

Tints of Caper #BCD185

Color information

#BCD185 (or 0xBCD185) is unknown color: approx Caper. HEX triplet: BC, D1 and 85. RGB value is (188,209,133). Sum of RGB (Red+Green+Blue) = 188+209+133=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD185 is #432E7A. Grayscale: #C2C2C2. Windows color (decimal): -4402811 or 8769980. OLE color: 8769980.

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

Color convert

RGB188209133-
CMYK0.1000.360.18
HSL76.58º45.24%67.06%-
HSV(B)76.58º36.36%81.96%-
XYZ47.7757.9930.86-
YUV194.0693.54123.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 133 (52.34% from 255) = 25.09%
R=35.47%
G=39.43%
B=25.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091330.1000.360.1876.5845.2467.06
HexBCD185A024124d2d43
Octal274321205120442211555103
Binary101111001101000110000101101001001001001010011011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD185; }

 p { color: rgb(188,209,133); }

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

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

 a { background-color: rgb(188,209,133); }

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

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

 span { border-color: rgb(188,209,133); }

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