#BCD187

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

Shades of Caper #BCD187

Tints of Caper #BCD187

Color information

#BCD187 (or 0xBCD187) is unknown color: approx Caper. HEX triplet: BC, D1 and 87. RGB value is (188,209,135). Sum of RGB (Red+Green+Blue) = 188+209+135=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 209 (82.03% from 255 or 39.29% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD187 is #432E78. Grayscale: #C2C2C2. Windows color (decimal): -4402809 or 8901052. OLE color: 8901052.

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

Color convert

RGB188209135-
CMYK0.1000.350.18
HSL77.03º44.58%67.45%-
HSV(B)77.03º35.41%81.96%-
XYZ47.9158.0431.6-
YUV194.2894.54123.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.34%
GREEN value IS 209 (82.03% from 255) = 39.29%
BLUE value IS 135 (53.12% from 255) = 25.38%
R=35.34%
G=39.29%
B=25.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091350.1000.350.1877.0344.5867.45
HexBCD187A023124d2d43
Octal274321207120432211555103
Binary101111001101000110000111101001000111001010011011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD187; }

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

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

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

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

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

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

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

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