#BACE84

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

Shades of Caper #BACE84

Tints of Caper #BACE84

Color information

#BACE84 (or 0xBACE84) is unknown color: approx Caper. HEX triplet: BA, CE and 84. RGB value is (186,206,132). Sum of RGB (Red+Green+Blue) = 186+206+132=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE84 is #45317B. Grayscale: #BFBFBF. Windows color (decimal): -4534652 or 8703674. OLE color: 8703674.

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

Color convert

RGB186206132-
CMYK0.1000.360.19
HSL76.22º43.02%66.27%-
HSV(B)76.22º35.92%80.78%-
XYZ46.4956.2530.24-
YUV191.5894.37124.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=35.50%
G=39.31%
B=25.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061320.1000.360.1976.2243.0266.27
HexBACE84A024134c2b42
Octal272316204120442311453102
Binary101110101100111010000100101001001001001110011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE84; }

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

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

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

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

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

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

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

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