#BACD7E

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

Shades of Caper #BACD7E

Tints of Caper #BACD7E

Color information

#BACD7E (or 0xBACD7E) is unknown color: approx Caper. HEX triplet: BA, CD and 7E. RGB value is (186,205,126). Sum of RGB (Red+Green+Blue) = 186+205+126=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD7E is #453281. Grayscale: #BEBEBE. Windows color (decimal): -4534914 or 8310202. OLE color: 8310202.

HSL color Cylindrical-coordinate representation of color #BACD7E: hue angle of 74.43º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BACD7E is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB186205126-
CMYK0.0900.390.20
HSL74.43º44.13%64.9%-
HSV(B)74.43º38.54%80.39%-
XYZ45.8555.6128.06-
YUV190.3191.71124.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=35.98%
G=39.65%
B=24.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051260.0900.390.2074.4344.1364.9
HexBACD7E9027144a2c41
Octal272315176110472411254101
Binary10111010110011011111110100101001111010010010101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD7E; }

 p { color: rgb(186,205,126); }

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

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

 a { background-color: rgb(186,205,126); }

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

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

 span { border-color: rgb(186,205,126); }

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