#BCD085

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

Shades of Caper #BCD085

Tints of Caper #BCD085

Color information

#BCD085 (or 0xBCD085) is unknown color: approx Caper. HEX triplet: BC, D0 and 85. RGB value is (188,208,133). Sum of RGB (Red+Green+Blue) = 188+208+133=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD085 is #432F7A. Grayscale: #C1C1C1. Windows color (decimal): -4403067 or 8769724. OLE color: 8769724.

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

Color convert

RGB188208133-
CMYK0.1000.360.18
HSL76º44.38%66.86%-
HSV(B)76º36.06%81.57%-
XYZ47.5357.530.78-
YUV193.4793.87124.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=35.54%
G=39.32%
B=25.14%

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
Decimal1882081330.1000.360.187644.3866.86
HexBCD085A024124c2c43
Octal274320205120442211454103
Binary101111001101000010000101101001001001001010011001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD085; }

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

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

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

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

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

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

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

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