#BCD087

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

Shades of Caper #BCD087

Tints of Caper #BCD087

Color information

#BCD087 (or 0xBCD087) is unknown color: approx Caper. HEX triplet: BC, D0 and 87. RGB value is (188,208,135). Sum of RGB (Red+Green+Blue) = 188+208+135=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD087 is #432F78. Grayscale: #C1C1C1. Windows color (decimal): -4403065 or 8900796. OLE color: 8900796.

HSL color Cylindrical-coordinate representation of color #BCD087: hue angle of 76.44º degrees, saturation: 0.44, 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 #BCD087 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB188208135-
CMYK0.1000.350.18
HSL76.44º43.71%67.25%-
HSV(B)76.44º35.1%81.57%-
XYZ47.6757.5531.52-
YUV193.794.87123.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 135 (53.12% from 255) = 25.42%
R=35.40%
G=39.17%
B=25.42%

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
Decimal1882081350.1000.350.1876.4443.7167.25
HexBCD087A023124c2c43
Octal274320207120432211454103
Binary101111001101000010000111101001000111001010011001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD087; }

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

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

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

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

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

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

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

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