#BACE85

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

Shades of Caper #BACE85

Tints of Caper #BACE85

Color information

#BACE85 (or 0xBACE85) is unknown color: approx Caper. HEX triplet: BA, CE and 85. RGB value is (186,206,133). Sum of RGB (Red+Green+Blue) = 186+206+133=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE85 is #45317A. Grayscale: #BFBFBF. Windows color (decimal): -4534651 or 8769210. OLE color: 8769210.

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

Color convert

RGB186206133-
CMYK0.1000.350.19
HSL76.44º42.69%66.47%-
HSV(B)76.44º35.44%80.78%-
XYZ46.5556.2830.6-
YUV191.794.87123.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 133 (52.34% from 255) = 25.33%
R=35.43%
G=39.24%
B=25.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061330.1000.350.1976.4442.6966.47
HexBACE85A023134c2b42
Octal272316205120432311453102
Binary101110101100111010000101101001000111001110011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE85; }

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

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

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

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

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

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

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

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