#BCCE84

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

Shades of Caper #BCCE84

Tints of Caper #BCCE84

Color information

#BCCE84 (or 0xBCCE84) is unknown color: approx Caper. HEX triplet: BC, CE and 84. RGB value is (188,206,132). Sum of RGB (Red+Green+Blue) = 188+206+132=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 132 (51.95% from 255 or 25.10% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE84 is #43317B. Grayscale: #C0C0C0. Windows color (decimal): -4403580 or 8703676. OLE color: 8703676.

HSL color Cylindrical-coordinate representation of color #BCCE84: hue angle of 74.59º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCCE84 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB188206132-
CMYK0.0900.360.19
HSL74.59º43.02%66.27%-
HSV(B)74.59º35.92%80.78%-
XYZ46.9856.530.26-
YUV192.1894.04125.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 132 (51.95% from 255) = 25.10%
R=35.74%
G=39.16%
B=25.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882061320.0900.360.1974.5943.0266.27
HexBCCE849024134b2b42
Octal274316204110442311353102
Binary101111001100111010000100100101001001001110010111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCE84; }

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

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

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

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

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

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

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

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