#BCCD84

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

Shades of Caper #BCCD84

Tints of Caper #BCCD84

Color information

#BCCD84 (or 0xBCCD84) is unknown color: approx Caper. HEX triplet: BC, CD and 84. RGB value is (188,205,132). Sum of RGB (Red+Green+Blue) = 188+205+132=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD84 is #43327B. Grayscale: #BFBFBF. Windows color (decimal): -4403836 or 8703420. OLE color: 8703420.

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

Color convert

RGB188205132-
CMYK0.0800.360.20
HSL73.97º42.2%66.08%-
HSV(B)73.97º35.61%80.39%-
XYZ46.7456.0230.18-
YUV191.694.37125.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 132 (51.95% from 255) = 25.14%
R=35.81%
G=39.05%
B=25.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051320.0800.360.2073.9742.266.08
HexBCCD848024144a2a42
Octal274315204100442411252102
Binary101111001100110110000100100001001001010010010101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD84; }

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

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

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

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

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

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

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

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