#BCCD85

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

Shades of Caper #BCCD85

Tints of Caper #BCCD85

Color information

#BCCD85 (or 0xBCCD85) is unknown color: approx Caper. HEX triplet: BC, CD and 85. RGB value is (188,205,133). Sum of RGB (Red+Green+Blue) = 188+205+133=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD85 is #43327A. Grayscale: #BFBFBF. Windows color (decimal): -4403835 or 8768956. OLE color: 8768956.

HSL color Cylindrical-coordinate representation of color #BCCD85: hue angle of 74.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCCD85 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB188205133-
CMYK0.0800.350.20
HSL74.17º41.86%66.27%-
HSV(B)74.17º35.12%80.39%-
XYZ46.856.0530.54-
YUV191.7194.87125.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 133 (52.34% from 255) = 25.29%
R=35.74%
G=38.97%
B=25.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051330.0800.350.2074.1741.8666.27
HexBCCD858023144a2a42
Octal274315205100432411252102
Binary101111001100110110000101100001000111010010010101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD85; }

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

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

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

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

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

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

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

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