#BACE86

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

Shades of Caper #BACE86

Tints of Caper #BACE86

Color information

#BACE86 (or 0xBACE86) is unknown color: approx Caper. HEX triplet: BA, CE and 86. RGB value is (186,206,134). Sum of RGB (Red+Green+Blue) = 186+206+134=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE86 is #453179. Grayscale: #C0C0C0. Windows color (decimal): -4534650 or 8834746. OLE color: 8834746.

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

Color convert

RGB186206134-
CMYK0.1000.350.19
HSL76.67º42.35%66.67%-
HSV(B)76.67º34.95%80.78%-
XYZ46.6256.330.96-
YUV191.8195.37123.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 206 (80.86% from 255) = 39.16%
BLUE value IS 134 (52.73% from 255) = 25.48%
R=35.36%
G=39.16%
B=25.48%

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
Decimal1862061340.1000.350.1976.6742.3566.67
HexBACE86A023134d2a43
Octal272316206120432311552103
Binary101110101100111010000110101001000111001110011011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE86; }

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

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

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

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

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

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

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

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