#BACE8B

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

Shades of Caper #BACE8B

Tints of Caper #BACE8B

Color information

#BACE8B (or 0xBACE8B) is unknown color: approx Caper. HEX triplet: BA, CE and 8B. RGB value is (186,206,139). Sum of RGB (Red+Green+Blue) = 186+206+139=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACE8B is #453174. Grayscale: #C0C0C0. Windows color (decimal): -4534645 or 9162426. OLE color: 9162426.

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

Color convert

RGB186206139-
CMYK0.1000.330.19
HSL77.91º40.61%67.65%-
HSV(B)77.91º32.52%80.78%-
XYZ46.9856.4532.85-
YUV192.3897.87123.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 206 (80.86% from 255) = 38.79%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=35.03%
G=38.79%
B=26.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061390.1000.330.1977.9140.6167.65
HexBACE8BA021134e2944
Octal272316213120412311651104
Binary101110101100111010001011101001000011001110011101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACE8B; }

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

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

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

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

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

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

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

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